From 2d8abb673cbe425096cc6bf89bc973f9badafc42 Mon Sep 17 00:00:00 2001 From: Jeremy Yin Date: Wed, 26 Jun 2019 21:26:54 +0800 Subject: [PATCH] =?UTF-8?q?post=E8=B7=AF=E7=94=B1=E6=94=B9=E4=B8=BAposts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/post/post.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/post/post.controller.ts b/src/modules/post/post.controller.ts index 2c90f16..5ef33dd 100644 --- a/src/modules/post/post.controller.ts +++ b/src/modules/post/post.controller.ts @@ -1,4 +1,4 @@ import { Controller } from '@nestjs/common'; -@Controller('post') +@Controller('posts') export class PostController {}