mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-05-05 11:26:30 +00:00
fix:所有模块导入/导出的兼容性问题
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
var databaseAdapter = require('../../utils/databaseAdapter');
|
||||
var getDatabase = databaseAdapter.getDatabase;
|
||||
import { getDatabase } from '../../utils/databaseAdapter.js';
|
||||
|
||||
export async function onRequest(context) {
|
||||
// API Token管理,支持创建、删除、列出Token
|
||||
|
||||
Reference in New Issue
Block a user