From 7b351d8b095e80ad221a492e1f5bfde393050af7 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Sun, 30 May 2021 23:16:50 +0200 Subject: [PATCH] add private room --- frontend/src/environments/environment.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 3397ef3..d92f503 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -5,7 +5,8 @@ export const environment = { production: false, urlCL: 'http://127.0.0.1:3000', - urlCG: 'http://127.0.0.1:3001' + urlCG: 'http://127.0.0.1:3001', + urlCPR: 'http://127.0.0.1:3002' }; /*