Skip to content

Commit 648a400

Browse files
authored
Merge pull request ioet#121 from ioet/120-point-to-mocks
fix: ioet#120 point to mock url
2 parents b87fe01 + ef8c762 commit 648a400

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)