mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
10 lines
128 B
Go
10 lines
128 B
Go
package debug
|
|
|
|
import (
|
|
"github.com/AlexxIT/go2rtc/internal/api"
|
|
)
|
|
|
|
func Init() {
|
|
api.HandleFunc("api/stack", stackHandler)
|
|
}
|