Skip to content

Commit 2e694fb

Browse files
author
Abigail Cabascango
committed
refactor: TTA-115 refactor backend URL for dev
1 parent 3c9764b commit 2e694fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dev.env

15 Bytes
Binary file not shown.

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { EnvironmentType } from './enum';
66
/* tslint:disable:no-string-literal */
77
export const environment = {
88
production: EnvironmentType.TT_DEV,
9-
timeTrackerApiUrl: 'http://timetracker-dev.ioet.com:7071/api',
9+
timeTrackerApiUrl: process.env["API_URL"],
1010
stackexchangeApiUrl: 'https://api.stackexchange.com',
1111
};
1212

0 commit comments

Comments
 (0)