sungjin

End release setting

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