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 901b3ff commit d2220bbCopy full SHA for d2220bb
src/app/modules/activities-management/services/activity.service.ts
@@ -36,7 +36,6 @@ export class ActivityService {
36
37
const body = {
38
...activityData,
39
- tenant_id: '4225ab1e-1033-4a5f-8650-0dd4950f38c8',
40
};
41
42
return this.http.put(url, body);
src/environments/environment.ts
@@ -5,7 +5,7 @@ import * as keys from './keys';
5
6
export const environment = {
7
production: false,
8
- timeTrackerApiUrl: 'https://tsheets-apim.azure-api.net',
+ timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net',
9
stackexchangeApiUrl: 'https://api.stackexchange.com',
10
11
0 commit comments