diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-17 11:52:55 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-17 11:52:55 -0700 |
| commit | 2eb24aa8ef948eb1bac14548e452999ba5de65dc (patch) | |
| tree | 5181a1a960fc94f4517ad54f1ff6a01e0c4e4cec /roseh.moe.go | |
| parent | 64620f3770e24de6894b06d28f73017ba0d6d868 (diff) | |
| download | roseh.moe-2eb24aa8ef948eb1bac14548e452999ba5de65dc.tar.zst | |
I need to make so many commits
Diffstat (limited to 'roseh.moe.go')
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go index 91b8ebd..0a0b3d6 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -50,7 +50,7 @@ func main() { http.HandleFunc("/cinema", s.cinema) http.HandleFunc("/cinema/", s.cinema) http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { - log.Printf("invalid path %#v", r) + log.Printf("invalid path %#v", r.URL.Path) http.Error(w, "not found", http.StatusNotFound) }) |
