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