mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-04-29 08:26:46 +00:00
bug:databaseAdapter路径修复
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* 环境变量调试工具
|
||||
* 用于检查 D1 和 KV 绑定状态
|
||||
*/
|
||||
import { getDatabase } from '../utils/databaseAdapter.js';
|
||||
import { getDatabase } from '../../utils/databaseAdapter.js';
|
||||
|
||||
export async function onRequest(context) {
|
||||
const { env } = context;
|
||||
|
||||
Reference in New Issue
Block a user