Skip to content

Commit

Permalink
hotfixes swagger delete path (#250)
Browse files Browse the repository at this point in the history
a quick hotfix 🙏
  • Loading branch information
alishaz-polymath committed Mar 13, 2023
1 parent 464c283 commit 870b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/teams/[teamId]/_delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { checkPermissions } from "./_auth-middleware";

/**
* @swagger
* /users/{teamId}:
* /teams/{teamId}:
* delete:
* operationId: removeTeamById
* summary: Remove an existing team
Expand Down

0 comments on commit 870b2df

Please sign in to comment.