Add network api endpoints

This commit is contained in:
Daniel
2021-03-29 13:47:56 +02:00
parent 5731be026d
commit ab89a326c5
2 changed files with 55 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ func prep() error {
}
func start() error {
if err := registerAPIEndpoints(); err != nil {
return err
}
module.StartServiceWorker(
"monitor network changes",
0,