Skip to content

Commit

Permalink
fix: remove controller post
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Sep 25, 2022
1 parent 92ba8fe commit 1b18439
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/templates/controller.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Controller, Get } from '@nestjs/common';
import { Post } from '@vodyani/core';
import { ApiTags } from '@vodyani/swagger';

import { ApiResponseVo } from '@/core/decorator';
Expand All @@ -12,10 +11,4 @@ export class {{ upperName }}Controller {
public async get() {
return {};
}

@Post()
@ApiResponseVo()
public async post() {
return {};
}
}

0 comments on commit 1b18439

Please sign in to comment.