Closed tullo closed 1 year ago
+++ b/Chapter07/internal/web/index.html @@ -43,6 +43,7 @@ {name: "Payments", url: "payments-spec/api.swagger.json"}, {name: "Store Management", url: "stores-spec/api.swagger.json"}, {name: "Shopping Baskets", url: "baskets-spec/api.swagger.json"}, + {name: "Search", url: "search-spec/api.swagger.json"}, ], dom_id: '#swagger-ui', deepLinking: true,
Hey @stackus would you be able to help out with this issue?
Added the missing references to the search service in the swagger index files with commit 446ec3f.