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 8761c39 commit c36dbe2Copy full SHA for c36dbe2
packages/backend/src/api/endpoints/InvitationApi.ts
@@ -69,7 +69,7 @@ export class InvitationAPI extends AbstractAPI {
69
public async createInvitationBulk(params: CreateBulkParams) {
70
return this.request<Invitation>({
71
method: 'POST',
72
- path: basePath,
+ path: joinPaths(basePath, 'bulk'),
73
bodyParams: params,
74
});
75
}
0 commit comments