summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 4de8e6d..82eaad9 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -84,8 +84,6 @@ app.openapi(
),
);
-app.get("/get_random_teawie", (c) => c.redirect("/random_teawie"));
-
app.onError((error, c) => {
console.error(error);