fix : 오류 수정 - swegger 정상화

(cherry picked from commit e19d7c7508)
This commit is contained in:
2025-07-17 17:39:28 +09:00
committed by 권혁성
parent fbb603f42e
commit 948d3824c7
6 changed files with 17 additions and 27 deletions

View File

@@ -50,17 +50,17 @@
"application/json": {
"schema": {
"required": [
"USER_ID",
"USER_PWD"
"user_id",
"user_pwd"
],
"properties": {
"USER_ID": {
"user_id": {
"type": "string",
"example": "admin"
"example": "test"
},
"USER_PWD": {
"user_pwd": {
"type": "string",
"example": "1234"
"example": "testpass"
}
},
"type": "object"
@@ -78,7 +78,7 @@
"message": {
"type": "string"
},
"USER_TOKEN": {
"user_token": {
"type": "string"
}
},