diff --git a/frontend/src/routes/docs/develop.svelte b/frontend/src/routes/docs/develop.svelte index 0ef31c7..4b3c763 100644 --- a/frontend/src/routes/docs/develop.svelte +++ b/frontend/src/routes/docs/develop.svelte @@ -36,7 +36,7 @@
cd frontend && API_URL=http://localhost:8080 REDIS_URL=redis://localhost:6379/0?decode_responses=True pnpm dev
+ cd frontend && API_URL=http://localhost:8080 pnpm dev
pipenv run uvicorn classquiz:app --reload
+ pipenv run uvicorn classquiz:app --reload --proxy-headers
cd frontend && pnpm dev
+ cd frontend && API_URL=http://localhost:8080 pnpm dev