Learn how to customize the routes in Spree
config/routes.rb
:
http://localhost:3000
.
:at
specification in config/routes.rb
to be something else. For example, if you would like Spree to be mounted at /shop
, you can write this:
http://localhost:3000/shop/products
.