refactor: deploy

This commit is contained in:
xiaojunnuo
2021-02-08 21:16:56 +08:00
parent ff8e02cceb
commit 12fec7939d
13 changed files with 534 additions and 1264 deletions
@@ -1,7 +1,7 @@
import Router from 'koa-router'
const router = Router()
router.get('/', async (ctx, next) => {
router.get('/api/', async (ctx, next) => {
await ctx.render('index', {
title: 'Hello CertD!'
})