| import { Controller, Get } from '@nestjs/common'; | |
| import { ApiTags } from '@nestjs/swagger'; | |
| ('Health') | |
| () | |
| export class AppController { | |
| ('health') | |
| health() { | |
| return { status: 'ok', service: 'aitasker-backend' }; | |
| } | |
| } | |
| import { Controller, Get } from '@nestjs/common'; | |
| import { ApiTags } from '@nestjs/swagger'; | |
| ('Health') | |
| () | |
| export class AppController { | |
| ('health') | |
| health() { | |
| return { status: 'ok', service: 'aitasker-backend' }; | |
| } | |
| } | |