mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 08:47:42 +00:00
env fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiBaseUrl: 'http://localhost:5123',
|
apiBaseUrl: 'https://winapi.opelly.me',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: 'http://localhost:5123',
|
apiBaseUrl: 'https://winapi.opelly.me',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user