mirror of
https://github.com/safing/portmaster
synced 2025-09-04 11:39:29 +00:00
parent
5180e426aa
commit
36901e89d8
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ import (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
modules.Register("ui", prep, nil, nil, "updates", "api")
|
modules.Register("ui", prep, nil, nil, "updates", "api")
|
||||||
|
api.SetDefaultAPIListenAddress("127.0.0.1:817")
|
||||||
}
|
}
|
||||||
|
|
||||||
func prep() error {
|
func prep() error {
|
||||||
api.SetDefaultAPIListenAddress("127.0.0.1:817")
|
|
||||||
return registerRoutes()
|
return registerRoutes()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue