WSO2 api manager asterisk in empty resource path

I have wso2 api manager version 2.1.0, where I deployed an API that has an empty path for the get method, until everything is fine here, but when I want to call it from the store, I see an asterisk at the end that prevents the exit and I am not getting any content. when I call it with curl or postman without an asterisk, I get the expected result.

this was not introduced in API Manager 1.10.

Does anyone know how to get rid of it?

image

+3


source to share


1 answer


This is a known issue and will be fixed in a later release.

But you can try to fix it yourself. Look at the files swagger-ui.js

and swagger-ui.min.js

in

wso2am-2.1.0/repository/deployment/server/jaggeryapps/store/site/themes/wso2/templates/api/swagger/swagger

      




Edit : see this.

https://github.com/wso2/carbon-apimgt/pull/3325/files

0


source







All Articles