We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c41e commit 4994c25Copy full SHA for 4994c25
1 file changed
src/frontend/src/utils/urls.ts
@@ -390,7 +390,7 @@ const organizationsSetFinanceDelegates = () => `${organizationsFinanceDelegates(
390
/******************* Car Endpoints ********************/
391
const cars = () => `${API_URL}/cars`;
392
const carsCreate = () => `${cars()}/create`;
393
-const carEdit = (id: string) => `${cars()}/${id}/update`;
+const carEdit = (id: string) => `${cars()}/${id}/edit`;
394
395
/************** Recruitment Endpoints ***************/
396
const recruitment = () => `${API_URL}/recruitment`;
0 commit comments