install go2rtc on bob
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package debug
|
||||
|
||||
import (
|
||||
"github.com/AlexxIT/go2rtc/internal/api"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
api.HandleFunc("api/stack", stackHandler)
|
||||
}
|
||||
Reference in New Issue
Block a user