Skip to content

Commit

Permalink
fix : error
Browse files Browse the repository at this point in the history
  • Loading branch information
socar-riaco committed Jan 14, 2024
1 parent e4080c1 commit 8d7f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants/url.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API_URL =
process.env.NEXT_PUBLIC_BASE_URL ?? 'https://localhost:3000';
process.env.NEXT_PUBLIC_BASE_URL ?? 'https://api.tokstudy.com/';
export const LOGIN_URL = 'https://api.tokstudy.com/oauth2/authorize/kakao';
export const GOOGLE_FORM_URL =
'https://docs.google.com/forms/u/0/d/e/1FAIpQLSe_LaeFI1m8d96jhNcqmgFSogv_sazh0_lgpURXH0OXc326Ag/viewform?pli=1';

0 comments on commit 8d7f77e

Please sign in to comment.