We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43b1226 + e9db31d commit 90d8d2fCopy full SHA for 90d8d2f
src/controllers/auth.controller.ts
@@ -21,7 +21,7 @@ export class AuthController {
21
22
const result = await this.authService.login(loginDTO);
23
24
- return res.status(200).json({ success: true, masseage: result });
+ return res.status(200).json({ success: true, message: result });
25
} catch (error) {
26
console.error('Login error:', error);
27
return res.status(401).json({ success: false, message: error });
src/swagger/openapi.yaml
@@ -5,7 +5,7 @@ info:
5
description: 공각심 API 문서
6
servers:
7
- url: "http://localhost:3000/"
8
- - url: "http://13.125.231.189:3000/"
+ - url: "http://13.209.11.7:3000/"
9
10
components:
11
securitySchemes:
0 commit comments