chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 12:47:16 +08:00
parent 98ee7fcd8c
commit 062a267a6f
17 changed files with 97 additions and 42 deletions
@@ -1,7 +1,7 @@
import { Controller, Get, Provide } from '@midwayjs/decorator';
@Provide()
@Controller('/')
@Controller('/hello')
export class HomeController {
@Get('/')
async home(): Promise<string> {