fix aggregate source discrepancy

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-04-24 19:08:36 +02:00
parent c420e03ca1
commit 960c080f1c
2 changed files with 10 additions and 8 deletions

View File

@@ -157,6 +157,7 @@ func main() {
caldavHandler.ServeHTTP(w, r.WithContext(ctx))
}
} else {
log.Printf("Not found: %s", r)
http.NotFound(w, r)
}
}