0
0
Fork 0

不要なものを削除

This commit is contained in:
Xeltica 2021-10-18 01:03:06 +09:00
parent f64c0d0bd5
commit 3f76fc2b14
4 changed files with 3 additions and 17 deletions

View file

@ -1,9 +1,5 @@
import views from 'koa-views';
import constant from './const';
export const render = views(__dirname + '/views', {
extension: 'pug', options: {
...constant,
}
extension: 'pug',
});