make gateway config similar to other services

This commit is contained in:
David Christofas
2022-04-25 15:44:15 +02:00
parent 76a6588d88
commit 60bf000308
22 changed files with 253 additions and 184 deletions
-4
View File
@@ -13,10 +13,6 @@ func StoragePublicLinkCommand(cfg *config.Config) *cli.Command {
Name: "storage-public-link",
Usage: "start storage public link storage",
Category: "extensions",
//Flags: flagset.StoragePublicLink(cfg.Storage),
// Before: func(ctx *cli.Context) error {
// return ParseStorageCommon(ctx, cfg)
// },
Action: func(c *cli.Context) error {
origCmd := command.StoragePublicLink(cfg.StoragePublicLink)
return handleOriginalAction(c, origCmd)