post路由改为posts
This commit is contained in:
parent
8bbd894976
commit
2d8abb673c
|
@ -1,4 +1,4 @@
|
|||
import { Controller } from '@nestjs/common';
|
||||
|
||||
@Controller('post')
|
||||
@Controller('posts')
|
||||
export class PostController {}
|
||||
|
|
Loading…
Reference in New Issue