Skip to content

Commit

Permalink
adjust user schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc committed Dec 18, 2023
1 parent 35b7e15 commit e81b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Users/UserRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const UserRouter = express.Router()
* content:
* application/json:
* schema:
* $ref: "#/components/schemas/UserProfile"
* $ref: "#/components/schemas/UserSchema"
* "404":
* description: Not Found Error
* content:
Expand Down

0 comments on commit e81b332

Please sign in to comment.