This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const backendUrl = process.env.API_BASE_URL || 'http://localhost:5000/api'
|
||||
const backendUrl = import.meta.env.API_BASE_URL || 'http://localhost:5000/api'
|
||||
|
||||
export {
|
||||
backendUrl
|
||||
|
||||
Reference in New Issue
Block a user