Skip to content

Commit

Permalink
controller tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Aug 29, 2024
1 parent 168ce8e commit 8dba07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.controller.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 8dba07f

Please sign in to comment.