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 4c27898 commit 445cdd9Copy full SHA for 445cdd9
src/components/global/constants/index.ts
@@ -1,4 +1,4 @@
1
-export const BASE_URL = 'http://15.165.1.48:8081';
+export const BASE_URL = 'https://coverflow.co.kr';
2
export const ACCESS_TOKEN = 'access_token';
3
export const REFRESH_TOKEN = 'refresh_token';
4
export const TOKEN_EXPIRES_IN = 3600;
0 commit comments