diff options
Diffstat (limited to 'backend/logs.go')
| -rw-r--r-- | backend/logs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/logs.go b/backend/logs.go index c663ffb..3b5bd70 100644 --- a/backend/logs.go +++ b/backend/logs.go @@ -137,7 +137,7 @@ func handleLog(w http.ResponseWriter, r *http.Request) { d = new(logData) d.data = new(data) if ok = parseLog(d, path, slug); !ok { - http.NotFoundHandler().ServeHTTP(w, r) + notFound(w, r) return } } |
