mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
添加Cron接口,更新Dockerfile
This commit is contained in:
@@ -3,6 +3,7 @@ import auth from './auth';
|
||||
import cookie from './cookie';
|
||||
import config from './config';
|
||||
import log from './log';
|
||||
import cron from './cron';
|
||||
|
||||
export default () => {
|
||||
const app = Router();
|
||||
@@ -10,5 +11,7 @@ export default () => {
|
||||
cookie(app);
|
||||
config(app);
|
||||
log(app);
|
||||
cron(app);
|
||||
|
||||
return app;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user