build(deps): bump Next.js to v13
This commit is contained in:
@ -7,7 +7,7 @@ export const API_DEFAULT_PORT = 8080
|
||||
export const API_URL =
|
||||
process.env.NEXT_PUBLIC_API_URL != null
|
||||
? process.env.NEXT_PUBLIC_API_URL
|
||||
: `http://localhost:${API_DEFAULT_PORT}`
|
||||
: `http://127.0.0.1:${API_DEFAULT_PORT}`
|
||||
|
||||
export const api = axios.create({
|
||||
baseURL: API_URL,
|
||||
|
Reference in New Issue
Block a user