From 699ff09533fd4085590e9af1f38bafcadc4e81bf Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Sat, 14 Nov 2020 22:45:56 +0000 Subject: [PATCH] [DEBUG] wrong directory of the oauth --- front/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/environments/environment.prod.ts b/front/src/environments/environment.prod.ts index 8c39ab6..0c7646a 100644 --- a/front/src/environments/environment.prod.ts +++ b/front/src/environments/environment.prod.ts @@ -7,7 +7,7 @@ export const environment = { production: true, // URL of development API apiUrl: 'http://192.168.1.156/karideo/api', - apiOAuthUrl: 'http://192.168.1.156/oauth/api', + apiOAuthUrl: 'http://192.168.1.156/karauth/api', frontBaseUrl: 'karideo', apiMode: "QUERRY", //apiMode: "REWRITE",