dojo / dapi

Dojo 1 - API viewer.
11 stars 5 forks source link

URL doesn't work with final slash #52

Open wkeese opened 9 years ago

wkeese commented 9 years ago

https://dojotoolkit.org/dapi/ works but https://dojotoolkit.org/dapi doesn't. Ideally both should work, especially since https://dojotoolkit.org/api (without a slash) works.

Filing this ticket here but it's likely an issue with the dojo website itself. Perhaps it will resolve itself after the dapi is deployed officially and renamed to api.

lbod commented 9 years ago

I'd kinda prefer apache did that but I could add it to the express router at https://github.com/dojo/dapi/blob/master/app.js#L66

wkeese commented 9 years ago

Either way is fine with me. And maybe it will be resolved automatically when dapi is deployed to the official dojotoolkit.org/api URL.