diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 78b83a0..3397ef3 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -4,7 +4,8 @@ export const environment = { production: false, - urlCL: 'http://127.0.0.1:3000' + urlCL: 'http://127.0.0.1:3000', + urlCG: 'http://127.0.0.1:3001' }; /*