add config file for api url
This commit is contained in:
2
client/src/config.ts
Normal file
2
client/src/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// back-end server url
|
||||
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:3001";
|
||||
Reference in New Issue
Block a user