feat(backend): added missing mobile log

This commit is contained in:
Alexander 2024-04-05 14:54:48 +02:00
parent 9ee4e4d0aa
commit 37276006fb

View file

@ -37,4 +37,5 @@ func (e *Router) pushMessages(w http.ResponseWriter, r *http.Request, sessionID
return
}
w.WriteHeader(http.StatusOK)
e.log.Info(r.Context(), "response ok")
}