Compare commits

..

1 Commits

Author SHA1 Message Date
c94a9447f2 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:58:04 +02:00

View File

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