Skip to content

Commit

Permalink
Healthy (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
student079 authored Nov 28, 2024
1 parent e47af5b commit f26b40d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions be/gameServer/src/modules/rooms/rooms.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ export class RoomController {
})
async healthCheck() {
this.logger.log('HealthCheck API 호출');
return {
status: 'UP',
timestamp: new Date().toISOString(),
uptime: process.uptime().toFixed(2) + ' seconds',
};
return 'Healthy';
}

@Sse('stream')
Expand Down

0 comments on commit f26b40d

Please sign in to comment.