Skip to content

Commit 4994c25

Browse files
committed
#4260 fix url
1 parent 766c41e commit 4994c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/utils/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ const organizationsSetFinanceDelegates = () => `${organizationsFinanceDelegates(
390390
/******************* Car Endpoints ********************/
391391
const cars = () => `${API_URL}/cars`;
392392
const carsCreate = () => `${cars()}/create`;
393-
const carEdit = (id: string) => `${cars()}/${id}/update`;
393+
const carEdit = (id: string) => `${cars()}/${id}/edit`;
394394

395395
/************** Recruitment Endpoints ***************/
396396
const recruitment = () => `${API_URL}/recruitment`;

0 commit comments

Comments
 (0)