mirror of https://github.com/tycrek/ass
parent
2c57a1d80d
commit
5d1d4a402e
@ -1,8 +0,0 @@
|
|||||||
import { Router, json as BodyParserJson } from 'express';
|
|
||||||
import { log } from '../log';
|
|
||||||
|
|
||||||
const router = Router({ caseSensitive: true });
|
|
||||||
|
|
||||||
router.get('/', (req, res) => res.render('setup'));
|
|
||||||
|
|
||||||
export { router };
|
|
Loading…
Reference in new issue