wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Adding slash to beginning of resourcePath when building ApiListing if no... #39

Closed dthoffdev closed 10 years ago

dthoffdev commented 10 years ago

...t present. When building ResourceListing api's had slashes added to their ApiListingReference, when this reference was accessed the slash remained. The map containing path to ApiListing objects did not have the slash so none was found.

wkennedy commented 10 years ago

Looks good, thanks dhoff1985!