diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 3612073..03263c1 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,3 +1,4 @@ export const environment = { - production: true + production: true, + debutUrl: "http://127.0.0.1/backend/" };