Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: change API URL in prod :'v
  • Loading branch information
Abigail Cabascango committed Oct 6, 2022
commit e88247cfd8b86f0482f5ba1449d651fcba799b0c
3 changes: 1 addition & 2 deletions src/environments/environment.prodlegacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { EnvironmentType } from './enum';

export const environment = {
production: EnvironmentType.TT_PROD_LEGACY,
//timeTrackerApiUrl: process.env["API_URL"],
timeTrackerApiUrl:'https://a9e7-190-231-230-97.sa.ngrok.io',
timeTrackerApiUrl: process.env["API_URL"],
stackexchangeApiUrl: 'https://api.stackexchange.com',
};

Expand Down