Expose registered process tags via API

This commit is contained in:
Daniel
2022-10-04 12:53:42 +02:00
parent fcf603ea90
commit c4943a96b1
2 changed files with 43 additions and 0 deletions

View File

@@ -26,5 +26,9 @@ func start() error {
updatesPath += string(os.PathSeparator)
}
if err := registerAPIEndpoints(); err != nil {
return err
}
return nil
}