summaryrefslogtreecommitdiffstats
path: root/src/orchestrator/cmd/main.go
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2020-04-13 16:45:39 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-13 16:45:39 +0000
commit502b61039dbdc9089768a49b87163e654d8cbfb7 (patch)
treeea6d652ad8baf78574dec5b14f7bc959bbf21204 /src/orchestrator/cmd/main.go
parent10b17da590fc43622c6080815f65fbbb2721b640 (diff)
parentc644ab480d2a764ee242cca14f96ea28a181bcad (diff)
Merge "Resolve the helm templates"
Diffstat (limited to 'src/orchestrator/cmd/main.go')
-rw-r--r--src/orchestrator/cmd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/orchestrator/cmd/main.go b/src/orchestrator/cmd/main.go
index f95c057e..001903a7 100644
--- a/src/orchestrator/cmd/main.go
+++ b/src/orchestrator/cmd/main.go
@@ -47,7 +47,7 @@ func main() {
log.Fatalln("Exiting...")
}
- httpRouter := api.NewRouter(nil, nil, nil, nil, nil, nil, nil, nil, nil, nil)
+ httpRouter := api.NewRouter(nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil)
loggedRouter := handlers.LoggingHandler(os.Stdout, httpRouter)
log.Println("Starting Kubernetes Multicloud API")