sungjin

Change Server to Https for vercel

1 -export const SERVER_BASE_URL = 'http://128.199.19.101:4000';
...\ No newline at end of file ...\ No newline at end of file
1 +export const SERVER_BASE_URL = 'https://do.sungjin.dev';
...\ No newline at end of file ...\ No newline at end of file
......