Skip to content

Commit

Permalink
Fix: invite-link url
Browse files Browse the repository at this point in the history
복수형으로 변경
  • Loading branch information
sally0226 committed Jul 6, 2024
1 parent 6102d94 commit 3535f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/map.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class MapController {
// return this.mapService.remove(id);
// }

@Post(':id/invite-link')
@Post(':id/invite-links')
@ApiResponse({ type: InviteLinkResponseDto })
@ApiBearerAuth()
@UseMapRoleGuard([UserMapRole.ADMIN])
Expand Down

0 comments on commit 3535f5d

Please sign in to comment.