Skip to content

Commit

Permalink
fix(swagger): add missing name to RegisterSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
Famozzy committed Dec 2, 2024
1 parent 676bf62 commit ef10dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swagger/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const components = {
schemas: {
// auth schemas
RegisterSchema: {
$name: "David Gacoan",
$email: "[email protected]",
$password: "password",
$role: "learner/tutor",
Expand Down

0 comments on commit ef10dbf

Please sign in to comment.