mirror of https://github.com/tycrek/ass
parent
07332009fd
commit
b852a95dcd
@ -0,0 +1,5 @@
|
||||
import { Router, json as BodyParserJson } from 'express';
|
||||
|
||||
const router = Router({ caseSensitive: true });
|
||||
|
||||
export { router };
|
Loading…
Reference in new issue