Mark more endpoints as "gone" (won't be implemented)
This commit is contained in:
parent
f6a15905d7
commit
adfaf39489
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ func (api *Router) routes() http.Handler {
|
||||||
// Deprecated/Out of scope endpoints
|
// Deprecated/Out of scope endpoints
|
||||||
HGone(r, "getChatMessages")
|
HGone(r, "getChatMessages")
|
||||||
HGone(r, "addChatMessage")
|
HGone(r, "addChatMessage")
|
||||||
|
HGone(r, "getVideos")
|
||||||
|
HGone(r, "getVideoInfo")
|
||||||
|
HGone(r, "getCaptions")
|
||||||
return r
|
return r
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue