Add debug/core endpoint to add more Portmaster debug data
This commit is contained in:
@@ -55,7 +55,7 @@ func start() error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := registerActions(); err != nil {
|
||||
if err := registerAPIEndpoints(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user