Skip to content

Commit 44e939b

Browse files
committed
fix: 로그인 path 수정 (#216)
1 parent 3fe7b41 commit 44e939b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/routes/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const ROUTES = {
22
HOME: "/",
33
LOGIN: "/login",
4-
LOGIN_AUTH: "/api/v1/oauth/kakao/callback",
4+
LOGIN_AUTH: "/oauth/kakao/callback",
55
LANDING: "/landing",
66
ONBOARDING: "/onboarding",
77
COMPANY: (id = ":id") => `/company/${id}`, // 기업 상세

0 commit comments

Comments
 (0)