Should be able to deploy
This commit is contained in:
@@ -1 +1 @@
|
||||
export const API_URL = `http://localhost:${process.env.NEXT_PUBLIC_BACKEND_PORT}`;
|
||||
export const API_URL = process.env.NEXT_PUBLIC_API_URL ?? "";
|
||||
|
||||
Reference in New Issue
Block a user