Skip to content

Commit a64a4c6

Browse files
authored
Merge pull request #1148 from ccppjsrb/pr/fix-backend-readme
backendのREADME.mdにあるREDIRECT_URLが宣言されているファイルのパスを修正
2 parents 8f020a8 + e4772d6 commit a64a4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ production backend server, you don't need to run the backend applications in mos
2525
2626
Below are the list of files you need to modify:
2727

28-
- `atcoder-problems-backend/src/server/auth.rs`: change `REDIRECT_URL` to `http://localhost:3000/atcoder/`
28+
- `atcoder-problems-backend/src/server/endpoint/internal_api/mod.rs`: change `REDIRECT_URL` to `http://localhost:3000/atcoder/`
2929
for your backend to redirect to your frontend web app after logging in.
3030
- `atcoder-problems-frontend/src/setupProxy.js`: change `target` to `http://localhost:8080`
3131
**and** remove the `pathRewrite` section for your frontend web app to use your

0 commit comments

Comments
 (0)