PacktPublishing / Event-Driven-Architecture-in-Golang

Event-Driven Architecture in Golang, published by Packt
MIT License
331 stars 104 forks source link

Chapter 7 and onwards should also include link to search swagger spec #6

Closed tullo closed 1 year ago

tullo commented 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,
rajat-packt commented 1 year ago

Hey @stackus would you be able to help out with this issue?

stackus commented 1 year ago

Added the missing references to the search service in the swagger index files with commit 446ec3f.