sungjin

Change Server to Https for vercel

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