Skip to content

Commit ef8c762

Browse files
committed
fix: #120 point to mock url
1 parent b87fe01 commit ef8c762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as keys from './keys';
55

66
export const environment = {
77
production: false,
8-
timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net',
8+
timeTrackerApiUrl: 'https://tsheets-apim.azure-api.net',
99
};
1010

1111
export const AUTHORITY = keys.AUTHORITY;

0 commit comments

Comments
 (0)