Spaces:
Sleeping
Sleeping
| import { Controller, Get } from "@nestjs/common"; | |
| import { Public } from "./auth/public.decorator.js"; | |
| ("admin") | |
| export class HealthController { | |
| () | |
| ("health") | |
| health() { | |
| return { status: "ok", ts: new Date().toISOString() }; | |
| } | |
| } | |