kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

Default URL #37

Closed ACPK closed 8 years ago

ACPK commented 8 years ago

By default, what are your thought on having the mounted endpoint redirect to: "sabisu_rails/explorer#index"

Hence, I can use:

mount SabisuRails::Engine => "/endpoints"

and visit:

http://localhost:3000/endpoints

instead of (current setup):

http://localhost:3000/endpoints/explorer