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