From 61783bd2ba1770dcbdc8585b9cc9647a9332f28b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 6 May 2021 16:02:54 +0200 Subject: fix(atward): Better align unsupported query error with inspiration If you can make sense of this commit, it will make sense to you. Change-Id: Ib223bf97b7a28828a04f01bc96365f654549fa60 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3100 Tested-by: BuildkiteCI Reviewed-by: tazjin --- web/atward/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/atward/src') diff --git a/web/atward/src/main.rs b/web/atward/src/main.rs index ce858e2629..9dd2a38fbc 100644 --- a/web/atward/src/main.rs +++ b/web/atward/src/main.rs @@ -68,7 +68,8 @@ fn dispatch(queries: &[Handler], uri: &str) -> Option { } fn fallback() -> Response { - Response::text("no match for atward whimchst query").with_status_code(404) + Response::text("error for emphasis that i am angery and the query whimchst i angery atward") + .with_status_code(404) } fn main() { -- cgit 1.4.1