Compare commits

..

1 Commits

Author SHA1 Message Date
d3c7a96ada feat(dashboard): #82 add chart for sum of account and savings
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
2025-06-19 17:55:40 +02:00

View File

@@ -65,8 +65,6 @@ func (handler IndexImpl) handleRootAnd404() http.HandlerFunc {
func (handler IndexImpl) handleEmpty() http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
updateSpan(r)
// Return nothing
// do nothing
}
}