Skip to content

Commit 42f8c65

Browse files
author
Mick Lawitzke
committed
Fixed test
1 parent 72079d9 commit 42f8c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/resource/files/ts/__name__.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% if (crud && type === 'rest') { %>import { Controller, Get, Post, Body, Put, Param, Delete } from '@nestjs/common';<%
1+
<% if (crud && type === 'rest') { %>import { Controller, Get, Post, Body, Patch, Param, Delete } from '@nestjs/common';<%
22
} else if (crud && type === 'microservice') { %>import { Controller } from '@nestjs/common';
33
import { MessagePattern, Payload } from '@nestjs/microservices';<%
44
} else { %>import { Controller } from '@nestjs/common';<%

0 commit comments

Comments
 (0)