Hi team,
I’ve installed rest-api addon, then I found swagger json or yaml generated with wrong module prefix(base url). My project module prefix is test, but the url is with the default name “app”.
e.g. http://localhost:8080/**app**/rest/v2/userInfo
I’ve tested 2 versions,
7.2.1: Cannot get json but only yaml, with wrong module prefix
7.1.2: Can get both json and yaml, with wrong module prefix
please kindly advise if something i missed to configure or there’s a bug?
thank you very much