verb icon indicating copy to clipboard operation
verb copied to clipboard

Incorrectly overrides the template route

Open agzam opened this issue 1 year ago • 2 comments

If there are multiple templates within the same hierarchy of headings, i.e.,

* Requests                               :verb:
  template https://domain1:8080/rest/

** Cats
    template https://api.thecatapi.com/v1

*** breeds
    GET /breeds

Attempting to send a request for /breeds, tries to use the route: https://api.thecatapi.com/v1/rest//breeds, whereas it should be https://api.thecatapi.com/v1/breeds.

agzam avatar Feb 09 '23 23:02 agzam