mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-19 09:37:50 +02:00
http response name convention.
This commit is contained in:
parent
3f312c84ad
commit
c4978ba376
6 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue