diff --git a/src/app.controller.ts b/src/app.controller.ts index 2c7ab079..ebec514c 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -1,6 +1,6 @@ -import { Get } from "@nestjs/common"; -import { AppService } from "./app.service"; +import { Controller, Get } from "@nestjs/common"; +@Controller() export class AppController { @Get() getOk(): string {