diff options
| author | seth <[email protected]> | 2024-07-31 17:04:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-31 17:04:21 -0400 |
| commit | 6b76df3998efdbcc1cf7ce1e8542e14ff4e3c6b7 (patch) | |
| tree | 922780399edebf617bd54962d568f8a8aaac036c | |
| parent | c676c82b55dbcf052987878ba39d40a5c325e16a (diff) | |
remove `/get_random_teawie` redirect
| -rw-r--r-- | src/index.ts | 2 |
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); |
