deleted http, grpc and debug from ocis-pkg/config/config.go

This commit is contained in:
A.Unger
2021-11-24 11:44:32 +01:00
parent d9df4907f0
commit 02b5a9d223
3 changed files with 0 additions and 124 deletions
-6
View File
@@ -4,8 +4,6 @@
package command
import (
"strings"
"github.com/owncloud/ocis/ocis-pkg/shared"
"github.com/owncloud/ocis/ocis-pkg/config"
@@ -21,10 +19,6 @@ func Server(cfg *config.Config) *cli.Command {
Usage: "Start fullstack server",
Category: "Fullstack",
Before: func(c *cli.Context) error {
if cfg.HTTP.Root != "/" {
cfg.HTTP.Root = strings.TrimSuffix(cfg.HTTP.Root, "/")
}
return ParseConfig(c, cfg)
},
Action: func(c *cli.Context) error {