1. 首页
  2. 数据库
  3. 其它
  4. koa router decorator:用于koa router的@route装饰器 源码

koa router decorator:用于koa router的@route装饰器 源码

上传者: 2021-02-19 05:28:25上传 ZIP文件 3.79KB 热度 28次
Koa装饰器 用于koa-router的@route装饰器 利用 安装方式: npm i koa-decorator 然后在代码中使用: import { HttpMethod , route } from 'koa-decorator' ; @ route ( '/monitor' ) export default class MonitorCtrl { @ route ( '/alive' , HttpMethod . GET ) async alive ( ctx ) { ctx . body = { data : true , } ; }
用户评论