Skip to content

Commit

Permalink
fix: api ip
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Sep 19, 2020
1 parent 9a5afe5 commit 67c8e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export enum AppStatusForm {
}

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

Expand Down

0 comments on commit 67c8e51

Please sign in to comment.