mirror of
https://github.com/ZSCGR/CloudFlare-ImgBed.git
synced 2026-08-21 16:13:44 +08:00
Opt:优化中间件架构
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { errorHandling, telemetryData, checkKVConfig } from '../utils/middleware';
|
||||
import { checkKVConfig } from '../utils/middleware';
|
||||
|
||||
export const onRequest = [checkKVConfig, errorHandling, telemetryData];
|
||||
export const onRequest = [checkKVConfig];
|
||||
Reference in New Issue
Block a user