Skip to content

Commit e4772d6

Browse files
committed
backendのREADME.mdの「Modifying Files」の項目に記載されているREDIRECT_URLが宣言されているファイルのパスを修正
1 parent bb4d58e commit e4772d6

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)