aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/request.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/request.gleam b/src/request.gleam
index 08dbf8d..5cdc3c4 100644
--- a/src/request.gleam
+++ b/src/request.gleam
@@ -54,6 +54,6 @@ pub fn handle(request, connection) {
Error(_) -> wisp.unprocessable_entity()
}
}
- _ -> wisp.html_response(string_builder.from_string("Not found"), 404)
+ _ -> wisp.redirect("https://github.com/Fuwn/mayu")
}
}