Skip to content

Commit d075140

Browse files
authored
Merge pull request #19 from DguFarmSystem/fix/#16
fix: 리디렉트 url 엔드포인트 변경
2 parents d1843fd + 7d10053 commit d075140

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)