From af962cc698d6b4ab8e7b3f70c58e6a5b100faadf Mon Sep 17 00:00:00 2001 From: icechen Date: Wed, 5 Jan 2022 17:18:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go_handler/go_handler_template/go_api_production_pipeline.go | 4 ++-- go_handler/go_handler_template/go_api_test_pipeline.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: