Does anyone know if it's possible to place the Sol...
# support
b
Does anyone know if it's possible to place the Solidus API at
/solidus/api
instead of
/api
?
e
I remember once I mounted only solidus backend to a rails app and it worked, it should be possible with something like
mount Spree::Api::Engine, at: '/solidus'
b
I might do that.