修改后台权限
This commit is contained in:
9
node_modules/hono/dist/adapter/aws-lambda/index.js
generated
vendored
Normal file
9
node_modules/hono/dist/adapter/aws-lambda/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// src/adapter/aws-lambda/index.ts
|
||||
import { handle, streamHandle, defaultIsContentTypeBinary } from "./handler.js";
|
||||
import { getConnInfo } from "./conninfo.js";
|
||||
export {
|
||||
defaultIsContentTypeBinary,
|
||||
getConnInfo,
|
||||
handle,
|
||||
streamHandle
|
||||
};
|
||||
Reference in New Issue
Block a user