summaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-31 17:04:21 -0400
committerseth <[email protected]>2024-07-31 17:04:21 -0400
commit6b76df3998efdbcc1cf7ce1e8542e14ff4e3c6b7 (patch)
tree922780399edebf617bd54962d568f8a8aaac036c /src/index.ts
parentc676c82b55dbcf052987878ba39d40a5c325e16a (diff)
remove `/get_random_teawie` redirect
Diffstat (limited to 'src/index.ts')
-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);