added phoenix, graph, ocs and webdav to startup

This commit is contained in:
A.Unger
2019-12-17 11:06:46 +01:00
parent c5f7c68d87
commit 7ca44bce13

View File

@@ -143,6 +143,10 @@ func Server(cfg *config.Config) cli.Command {
// ocis extensions
"hello",
"phoenix",
"graph",
"ocs",
"webdav",
}
for _, service := range services {