diff --git a/go_handler/go_handler_template/go_api_production_pipeline.go b/go_handler/go_handler_template/go_api_production_pipeline.go index 620764c..0590adb 100644 --- a/go_handler/go_handler_template/go_api_production_pipeline.go +++ b/go_handler/go_handler_template/go_api_production_pipeline.go @@ -46,12 +46,12 @@ steps: {{ if .Host }} - host={{ .Host }} {{ else }} - - host=api.zeus.seamlesser.com + - host=api.seamlesser.com {{ end }} {{ if .Path }} - path={{ .Path }} {{ else }} - - path=/{{ .NameSpace }}/{{ .Name }} + - path=/{{ .NameSpace }}/{{ .Name }}/?(.*) {{ end }} volumes: diff --git a/go_handler/go_handler_template/go_api_test_pipeline.go b/go_handler/go_handler_template/go_api_test_pipeline.go index f802338..d2c4fb1 100644 --- a/go_handler/go_handler_template/go_api_test_pipeline.go +++ b/go_handler/go_handler_template/go_api_test_pipeline.go @@ -46,12 +46,12 @@ steps: {{ if .Host }} - host=t{{ .Host }} {{ else }} - - host=tapi.zeus.seamlesser.com + - host=tapi.seamlesser.com {{ end }} {{ if .Path }} - path={{ .Path }} {{ else }} - - path=/{{ .NameSpace }}/{{ .Name }} + - path=/{{ .NameSpace }}/{{ .Name }}/?(.*) {{ end }} volumes: