feat(backend): added missing mobile log
This commit is contained in:
parent
9ee4e4d0aa
commit
37276006fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue