import { Controller, Get } from '@nestjs/common'; import { AppService } from './App.service'; @Controller() export class AppController {}