phoenix working

This commit is contained in:
A.Unger
2020-09-18 15:05:53 +02:00
parent b23ea8f21b
commit c192fca74f
12 changed files with 66 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"github.com/owncloud/ocis/ocis-phoenix/pkg/config"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/ocis-pkg/log"
)
// Option defines a single option function.
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/owncloud/ocis/ocis-phoenix/pkg/config"
"github.com/owncloud/ocis/ocis-phoenix/pkg/version"
"github.com/owncloud/ocis-pkg/v2/service/debug"
"github.com/owncloud/ocis/ocis-pkg/service/debug"
)
// Server initializes the debug service and server.