Spaces:
Sleeping
Sleeping
Update frontend/src/environments/environment.ts
Browse files
frontend/src/environments/environment.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
export const environment = {
|
| 2 |
-
production:
|
| 3 |
-
apiUrl: '
|
| 4 |
};
|
|
|
|
| 1 |
export const environment = {
|
| 2 |
+
production: true,
|
| 3 |
+
apiUrl: '/api/v1',
|
| 4 |
};
|