1 parent cdb4dc4 commit 69e5becCopy full SHA for 69e5bec
1 file changed
src/index.ts
@@ -2,15 +2,6 @@ import type { webhook } from "@line/bot-sdk";
2
import { hmacSHA256Base64 } from "./utils/hmacSHA256Base64";
3
import { eventRouter } from "./eventRouter";
4
5
-interface Env {
6
- LINE_CHANNEL_SECRET: {
7
- get(): Promise<string>;
8
- };
9
- LINE_CHANNEL_ACCESS_TOKEN: {
10
11
12
-}
13
-
14
export default {
15
async fetch(request: Request, env: Env, ctx: ExecutionContext) {
16
// 檢查方法合法
0 commit comments