Skip to content

Commit c36dbe2

Browse files
committed
fix: Update bulk path
1 parent 8761c39 commit c36dbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/api/endpoints/InvitationApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class InvitationAPI extends AbstractAPI {
6969
public async createInvitationBulk(params: CreateBulkParams) {
7070
return this.request<Invitation>({
7171
method: 'POST',
72-
path: basePath,
72+
path: joinPaths(basePath, 'bulk'),
7373
bodyParams: params,
7474
});
7575
}

0 commit comments

Comments
 (0)