diff --git a/src/controllers/auth.controller.ts b/src/controllers/auth.controller.ts index c91801b..fa61caa 100644 --- a/src/controllers/auth.controller.ts +++ b/src/controllers/auth.controller.ts @@ -21,7 +21,7 @@ export class AuthController { const result = await this.authService.login(loginDTO); - return res.status(200).json({ success: true, masseage: result }); + return res.status(200).json({ success: true, message: result }); } catch (error) { console.error('Login error:', error); return res.status(401).json({ success: false, message: error }); diff --git a/src/swagger/openapi.yaml b/src/swagger/openapi.yaml index e3ade78..ae4880a 100644 --- a/src/swagger/openapi.yaml +++ b/src/swagger/openapi.yaml @@ -5,7 +5,7 @@ info: description: 공각심 API 문서 servers: - url: "http://localhost:3000/" - - url: "http://13.125.231.189:3000/" + - url: "http://13.209.11.7:3000/" components: securitySchemes: