Skip to content

Commit

Permalink
fix: typo in the swagger spec of `GET /users/nfc/{nfcCode}/ (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Jan 24, 2025
1 parent 4aeadb8 commit d80a4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/user-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export default class UserController extends BaseController {
}

/**
* GET /users/nfc/{id}
* GET /users/nfc/{nfcCode}
* @summary Get a user using the nfc code
* @operationId findUserNfc
* @tags users - Operations of the user controller
Expand Down

0 comments on commit d80a4c5

Please sign in to comment.