separate local and client api calls
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
PORT=6001
|
||||
VERCEL_PROJECT_PRODUCTION_URL=http://localhost:6001
|
||||
LOCAL_API_BASE_URL=http://localhost:6001/api
|
||||
NEXT_PUBLIC_API_BASE_URL=http://localhost:6001/api
|
||||
Reference in New Issue
Block a user