http response name convention.

This commit is contained in:
Miroslav Šedivý 2020-11-28 15:00:21 +01:00
parent 3f312c84ad
commit c4978ba376
6 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ func (h *RoomHandler) screenConfiguration(w http.ResponseWriter, r *http.Request
size := h.desktop.GetScreenSize()
if size == nil {
utils.HttpInternalServer(w, "Unable to get screen configuration.")
utils.HttpInternalServerError(w, "Unable to get screen configuration.")
return
}