mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
添加系统更新操作和设置删除日志频率
This commit is contained in:
@@ -17,6 +17,7 @@ export default ({ app }: { app: Application }) => {
|
||||
|
||||
app.use(bodyParser.json({ limit: '50mb' }));
|
||||
app.use(bodyParser.urlencoded({ limit: '50mb', extended: true }));
|
||||
|
||||
app.use(
|
||||
jwt({
|
||||
secret: config.secret as string,
|
||||
|
||||
Reference in New Issue
Block a user