⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(request): redirect index to github

Fuwn 3e3b0188 d475dde9

+1 -1
+1 -1
src/request.gleam
··· 54 54 Error(_) -> wisp.unprocessable_entity() 55 55 } 56 56 } 57 - _ -> wisp.html_response(string_builder.from_string("Not found"), 404) 57 + _ -> wisp.redirect("https://github.com/Fuwn/mayu") 58 58 } 59 59 }