Skip to content

Commit

Permalink
Remove lousy space
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
strawmelonjuice and coderabbitai[bot] authored Nov 27, 2024
1 parent 486daf7 commit 8f7c3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/frontend.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn main() {
"/" | "" -> site.index_render()
"/home" | "/home/" -> site.home_render()
"/login" | "/login/" -> login.render()
"/signup" | " /signup/" -> signup.render()
"/signup" | "/signup/" -> signup.render()
_ -> web_io.println("404: Page not found")
}
})
Expand Down

0 comments on commit 8f7c3c4

Please sign in to comment.