Hi, I have a C# Api that is using swagger with the provided OpenApi specification.
In my vue frontend, I am using this package in the frontend using yarn openapi --file http://localhost:53461/swagger/v1/swagger.json.
First time working with it and seems really nice! But, my OpenApi specification contains relative paths like / or '/products'. Is there a way to specify a base url so it uses http://localhost:53461/products instead of the relative urls in the request method?