Skip to content

Commit 7d10053

Browse files
committed
fix: 리디렉트 url 엔드포인트 변경
1 parent e5d12de commit 7d10053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const AppRouter = () => {
1717
<Route path="/" element={<MainPage />} />
1818
<Route path="/login" element={<LoginPage />} />
1919
<Route path="/register" element={<RegisterPage />} />
20-
<Route path="/api/auth/login" element={<AuthCallback />} />
20+
<Route path="/auth/callback" element={<AuthCallback />} />
2121
<Route path="/admin" element={<AdminApplications />} />
2222
<Route path="/admin/apply/:applyId" element={<ApplicationDetail />} />
2323
</Routes>

0 commit comments

Comments
 (0)