diff --git a/src/app/app.keys.ts b/src/app/app.keys.ts index e24a8f8..b468b43 100644 --- a/src/app/app.keys.ts +++ b/src/app/app.keys.ts @@ -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 {