bring back missing commands

This commit is contained in:
Willy Kloucek
2022-01-03 07:49:24 +01:00
parent d5e8ac0771
commit 0f491977b2
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ func Execute(cfg *config.Config) error {
AppProvider(cfg),
AuthBasic(cfg),
AuthBearer(cfg),
AuthMachine(cfg),
Sharing(cfg),
StorageHome(cfg),
StorageUsers(cfg),