Skip to content

Commit eed3671

Browse files
committed
fix legacy routing
1 parent 3341e03 commit eed3671

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/environments/environment.prodlegacy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ export const environment = {
44
production: EnvironmentType.TT_PROD_LEGACY,
55
timeTrackerApiUrl: process.env["API_URL"],
66
stackexchangeApiUrl: 'https://api.stackexchange.com',
7-
authUrl: process.env['AUTH_URL'],
8-
authAppName: process.env['AUTH_APP_NAME']
97
};
108

119
export const AUTHORITY = process.env["AUTHORITY"];

0 commit comments

Comments
 (0)