Skip to content

Commit

Permalink
fix: API service
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Jun 1, 2020
1 parent 5e0b210 commit 7539c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export enum AppStatusForm {
}

export namespace ApiKeys {
//export const API_URL = "http://104.210.146.134:3000/";
export const API_URL = "http://localhost:3000/";
export const API_URL = "http://104.210.146.134:3000/";
//export const API_URL = "http://localhost:3000/";
}

export namespace TitleNames {
Expand Down

0 comments on commit 7539c81

Please sign in to comment.