muonsoft/openapi-mock

servers not taken into account

Closed this issue · 1 comments

I have a definition which includes :

servers:
  - url: /my/base/path

and let say this api defined :

paths:
  /myapi:
    get: ...

swagger-mock serves correctly http://localhost:8080/myapi but returns a 404 error when I try to request http://localhost:8080/my/base/path/myapi

@petitout thank you for the issue! Please, check new version v0.1.10