Default configuration
By default Spree is mounted at the root of your domain, this code will be inserted intoconfig/routes.rb
:
http://localhost:3000
.
Customizing the mount point
You can customize this simply by changing the: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
.