mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
fix route
This commit is contained in:
parent
b6115a63c7
commit
6c3b2971bf
2 changed files with 841 additions and 841 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Controller, Get } from '@nestjs/common';
|
||||
|
||||
@Controller('api/v1/health')
|
||||
@Controller('health')
|
||||
export class HealthController {
|
||||
@Get()
|
||||
check() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue