@ApiTags('main')
@Controller()
export class AppController {
  constructor(private readonly mainService: MainService) {}