1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00

can't believe i didn't already have this smdh

This commit is contained in:
Kane York 2015-10-26 18:00:29 -07:00
parent 8ba87e1a27
commit a6508d32ab
2 changed files with 27 additions and 2 deletions

View file

@ -297,7 +297,7 @@ func GetCommandsOfType(match PushCommandCacheInfo) []Command {
return ret
}
func HBackendDumpCache(w http.ResponseWriter, r *http.Request) {
func HBackendDumpBacklog(w http.ResponseWriter, r *http.Request) {
r.ParseForm()
formData, err := UnsealRequest(r.Form)
if err != nil {