Skip to content

Commit

Permalink
refactor: schema를 수정합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero-1016 committed Mar 3, 2025
1 parent 4b9f333 commit 6982fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/auth-server/src/schema/authSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ const loginStatusCheckSchema = {
200: z.object({
code: z.string().default('AUTH109'),
message: z.string().default('login status check success!'),
result: z.object({
status: z.boolean(),
}),
}),
401: commonResponseSchema,
},
Expand Down

0 comments on commit 6982fc5

Please sign in to comment.