We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87fe01 commit ef8c762Copy full SHA for ef8c762
src/environments/environment.ts
@@ -5,7 +5,7 @@ import * as keys from './keys';
5
6
export const environment = {
7
production: false,
8
- timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net',
+ timeTrackerApiUrl: 'https://tsheets-apim.azure-api.net',
9
};
10
11
export const AUTHORITY = keys.AUTHORITY;
0 commit comments