feat: V2 with TypeScript
This commit is contained in:
4
client/src/constants/index.ts
Normal file
4
client/src/constants/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// api url (where your server is hosted at)
|
||||
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL || 'http://localhost:8080'
|
||||
|
||||
export { BACKEND_URL }
|
||||
Reference in New Issue
Block a user