Update API endpoints and handlers

This commit is contained in:
Daniel
2020-12-31 00:00:48 +01:00
parent 3d2cbdd4e6
commit 72c7592cdd
7 changed files with 182 additions and 72 deletions

View File

@@ -55,6 +55,10 @@ func start() error {
return err
}
if err := registerActions(); err != nil {
return err
}
registerLogCleaner()
return nil