We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae05279 commit f6601b6Copy full SHA for f6601b6
src/routes/index.tsx
@@ -14,7 +14,7 @@ export const Route = createFileRoute("/")({
14
component: Home,
15
});
16
17
-const KAKAO_LOGIN_URL = `https://dev-api.holdy.kr/login/kakao?redirect_uri=${window.location.origin}/oauth2/redirect`;
+const KAKAO_LOGIN_URL = `https://api.holdy.kr/login/kakao?redirect_uri=${window.location.origin}/oauth2/redirect`;
18
19
function Home() {
20
const pagination: PaginationOptions = {
0 commit comments