mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
fix:update flv plugin routing settings (#373)
This commit is contained in:
@@ -96,7 +96,7 @@ func (plugin *FLVPlugin) Download_(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
func (plugin *FLVPlugin) RegisterHandler() map[string]http.HandlerFunc {
|
||||
return map[string]http.HandlerFunc{
|
||||
"/jessica/{streamPath}": plugin.jessica,
|
||||
"/jessica/{streamPath...}": plugin.jessica,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user