Spaces:
Running
Running
Bibhu Mishra
Add GitHub Actions CI/CD, HF Space deployment, market hours guard, and static serving
abc493d | import { Controller, Get } from '@nestjs/common'; | |
| import { AppService } from './app.service'; | |
| () | |
| export class AppController { | |
| constructor(private readonly appService: AppService) {} | |
| () | |
| getHello(): string { | |
| return this.appService.getHello(); | |
| } | |
| } | |