Prefix changes the Api path in SwaggerUi but Not Acceptable
Hi sorry, I set
For example
But when i send from SwaggerUi and terminal it returns
But if i use without prefix
Thank you in advance
prefix "/api/v1" in my json_api and it is changed inside SwaggerUi to this prefix.For example
/api/v1/auth/sign-in like thisBut when i send from SwaggerUi and terminal it returns
Not AcceptableBut if i use without prefix
/api/json/auth//sign-in even i set it, it worksI am using
Thank you in advance
