From 86d96cdd52011f938a8c81bf420890444ed10644 Mon Sep 17 00:00:00 2001 From: Christian Compton Date: Fri, 9 Mar 2018 22:35:02 -0600 Subject: [PATCH] fix: localhost and port for client SDK --- refresh/templates/common/productSwagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/refresh/templates/common/productSwagger.yaml b/refresh/templates/common/productSwagger.yaml index 7396e543..a1da3b25 100644 --- a/refresh/templates/common/productSwagger.yaml +++ b/refresh/templates/common/productSwagger.yaml @@ -10,6 +10,8 @@ consumes: produces: - application/json +host: localhost:8080 + paths: /products: get: