mulesoft/osprey-cli

Generated osprey.create route is always "/api"

gimballock opened this issue · 1 comments

baseUri path in RAML file is ignored and hardcoded route '/api' is used.

By design, Osprey-CLI does not pay attention to the baseUri defined in the RAML file. If you need to change the baseUri you can use the option --baseUri (defaultValue: '/api').