Change Log
- Fix for #31 - thanks to @kalarani for reporting and fixing this issue!
- All endpoints prefix was changed from
/asyncapi
to/springwolf
- The return type of
/asyncapi/docs
(which is now/springwolf/docs
has been changed fromAsyncAPI
toMap<String, AsyncAPI>
- meaning instead of returning the async API doc, a map containing single entry ofdoc title -> doc
is returned.