mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: pre publish
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Controller, Get, Provide } from '@midwayjs/decorator';
|
||||
|
||||
@Provide()
|
||||
@Controller('/')
|
||||
@Controller('/hello')
|
||||
export class HomeController {
|
||||
@Get('/')
|
||||
async home(): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user