Update API_URL for development to use local endpoint
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ export const IS_DEV = import.meta.env.VITE_IS_DEV; // Set to false in production
|
||||
|
||||
// Development mode
|
||||
export const POS_STEP_1_VERSION = 2; //(IS_DEV ? 2 : 1);
|
||||
export const API_URL = (IS_DEV ? 'https://api.truckwash.dk:4433' : 'https://api.truckwash.dk');
|
||||
export const API_URL = (IS_DEV ? 'http://localhost/api' : 'https://api.truckwash.dk');
|
||||
|
||||
Reference in New Issue
Block a user