import { Controller } from '@nestjs/common'; @Controller('status') export class StatusController {}