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' }; /*