backup
This commit is contained in:
11
frontend/app/services/BackendURL.js
Normal file
11
frontend/app/services/BackendURL.js
Normal file
@@ -0,0 +1,11 @@
|
||||
var backendUrl = ''
|
||||
if (import.meta.env.PROD) {
|
||||
backendUrl = 'https://api.aranroig.com/';
|
||||
} else {
|
||||
backendUrl = 'http://localhost:5000/'
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
backendUrl
|
||||
};
|
||||
Reference in New Issue
Block a user