sungjin

End release setting

export const SERVER_BASE_URL = 'https://do.sungjin.dev';
\ No newline at end of file
export const SERVER_BASE_URL = 'LOCAL_SERVER_BASE_URL';
\ No newline at end of file
......
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}