diff --git a/client/src/app/site/motions/services/motion-multiselect.service.ts b/client/src/app/site/motions/services/motion-multiselect.service.ts index 58e603ea7..f8e06a772 100644 --- a/client/src/app/site/motions/services/motion-multiselect.service.ts +++ b/client/src/app/site/motions/services/motion-multiselect.service.ts @@ -81,7 +81,7 @@ export class MotionMultiselectService { items: motions.map(motion => motion.agenda_item_id), parent_id: selectedChoice.items as number }; - await this.httpService.post('/rest/agenda/item/assign', requestData); + await this.httpService.post('/rest/agenda/item/assign/', requestData); } }