Skip to content
Snippets Groups Projects
Commit 709f469f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6288 Refactoring

parent 3cf13e90
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ var setUpOnce sync.Once
func SetUpHttpGateway() {
setUpOnce.Do(func() {
conf := config.LoadConfig("testdata/test_config.yml")
conf := config.LoadConfig()
go StartHttpGateway(conf)
time.Sleep(time.Second) // Wait for the server to start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment