danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Removes trailing slashes from path #222

Open neilyoung opened 8 years ago

neilyoung commented 8 years ago

Trailing slashes are removed from path (see screenshot)

Original:

Group Sites

Sites-related resources [/api/v1/sites/]

GET_SITES [GET]

Retrieve all configured sites

Rendered result:

image

neilyoung commented 8 years ago

Any solution for that issue?

AlekSi commented 8 years ago

Duplicate of #209