fix: big bot rest

This commit is contained in:
Skillz4Killz
2022-03-26 00:18:54 +00:00
committed by GitHub
parent 54708c97ba
commit 00c4227560
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -6,4 +6,3 @@ export * from "https://deno.land/std@0.117.0/fmt/colors.ts";
// Get data from .env files
export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts";
export * from "https://deno.land/x/kwik@v1.2.3/mod.ts";
// export * from "https://raw.githubusercontent.com/TriForMine/kwik/4df9d84eefee7ff299cc65e0f31adb8dbee64cde/mod.ts";
+1 -1
View File
@@ -80,4 +80,4 @@ async function handleRequest(conn: Deno.Conn) {
}
}
type RequestMethod = "get" | "post" | "put" | "delete" | "patch";
type RequestMethod = "post" | "put" | "delete" | "patch";