mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
添加log查询api
This commit is contained in:
@@ -2,11 +2,13 @@ import { Router } from 'express';
|
||||
import auth from './auth';
|
||||
import cookie from './cookie';
|
||||
import config from './config';
|
||||
import log from './log';
|
||||
|
||||
export default () => {
|
||||
const app = Router();
|
||||
auth(app);
|
||||
cookie(app);
|
||||
config(app);
|
||||
log(app);
|
||||
return app;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user