1 Star 1 Fork 0

哈哈虎/koaStudy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
restApi.js 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
哈哈虎 提交于 2019-09-12 15:19 . 20190912- add 404,500 error page
const Router = require('koa-router');
const router = new Router();
router.get('/restApi', async (ctx, next) => {
await ctx.render('restApi', {
title: 'restApi 操作列表'
}
)
});
module.exports = router;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hahahu/koaStudy.git
git@gitee.com:hahahu/koaStudy.git
hahahu
koaStudy
koaStudy
master

搜索帮助