diff --git a/frontend/.env b/frontend/.env index 06c2b5e1..3e887b7d 100644 --- a/frontend/.env +++ b/frontend/.env @@ -18,3 +18,5 @@ REACT_APP_DELETE_REPORTS=/api/dashboard/deleteReport REACT_APP_GET_USER_BPDM_GATES=/api/dashboard/getAllUserBPDMGates? REACT_APP_DELETE_RATINGS=/api/dashboard/deleteRating REACT_APP_GET_COMPANY_USERS=/api/dashboard/getUserFromCompany? +REACT_APP_GET_QUERY_CATALOG=/api/negotiation/queryCatalog? +REACT_APP_POST_TRIGGER_NEGOTIATION=/api/negotiation/triggerNegotiation? \ No newline at end of file diff --git a/frontend/public/index.html b/frontend/public/index.html index 3c864d33..8e1f9510 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,7 +6,7 @@