Set new API port

This commit is contained in:
Daniel 2019-05-22 16:01:46 +02:00
parent 67578f9e4d
commit a316542f82

View file

@ -1,6 +1,7 @@
package ui
import (
"github.com/Safing/portbase/api"
"github.com/Safing/portbase/modules"
)
@ -9,5 +10,6 @@ func init() {
}
func prep() error {
api.SetDefaultAPIListenAddress("127.0.0.1:817")
return registerRoutes()
}