Skip to content

Commit 90d8d2f

Browse files
authored
Merge pull request #146 from GonggakSim/dev
[Deploy] 오타 수정
2 parents 43b1226 + e9db31d commit 90d8d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controllers/auth.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class AuthController {
2121

2222
const result = await this.authService.login(loginDTO);
2323

24-
return res.status(200).json({ success: true, masseage: result });
24+
return res.status(200).json({ success: true, message: result });
2525
} catch (error) {
2626
console.error('Login error:', error);
2727
return res.status(401).json({ success: false, message: error });

src/swagger/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
description: 공각심 API 문서
66
servers:
77
- url: "http://localhost:3000/"
8-
- url: "http://13.125.231.189:3000/"
8+
- url: "http://13.209.11.7:3000/"
99

1010
components:
1111
securitySchemes:

0 commit comments

Comments
 (0)