Skip to content
Snippets Groups Projects
Commit b2d11b58 authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): fix patch method

parent 6da8e38e
No related branches found
No related tags found
1 merge request!5Refactor component invite
...@@ -119,7 +119,7 @@ const CollectionsInvitations = app => { ...@@ -119,7 +119,7 @@ const CollectionsInvitations = app => {
app.patch( app.patch(
`${basePath}/:invitationId`, `${basePath}/:invitationId`,
authBearer, authBearer,
require(`${routePath}/delete`)(app.locals.models), require(`${routePath}/patch`)(app.locals.models),
) )
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment