mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-23 05:57:11 +02:00
http response name convention.
This commit is contained in:
parent
3f312c84ad
commit
c4978ba376
6 changed files with 11 additions and 11 deletions
|
@ -37,7 +37,7 @@ func (h *RoomHandler) boradcastStart(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
if err := h.capture.StartBroadcast(data.URL); err != nil {
|
||||
utils.HttpInternalServer(w, err)
|
||||
utils.HttpInternalServerError(w, err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue