We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1843fd + 7d10053 commit d075140Copy full SHA for d075140
src/Router.tsx
@@ -17,7 +17,7 @@ const AppRouter = () => {
17
<Route path="/" element={<MainPage />} />
18
<Route path="/login" element={<LoginPage />} />
19
<Route path="/register" element={<RegisterPage />} />
20
- <Route path="/api/auth/login" element={<AuthCallback />} />
+ <Route path="/auth/callback" element={<AuthCallback />} />
21
<Route path="/admin" element={<AdminApplications />} />
22
<Route path="/admin/apply/:applyId" element={<ApplicationDetail />} />
23
</Routes>
0 commit comments