fix route

This commit is contained in:
Wuesteon 2025-12-05 00:50:23 +01:00
parent b6115a63c7
commit 6c3b2971bf
2 changed files with 841 additions and 841 deletions

View file

@ -1,6 +1,6 @@
import { Controller, Get } from '@nestjs/common';
@Controller('api/v1/health')
@Controller('health')
export class HealthController {
@Get()
check() {