Right now you have to use a middleware to alias a path to a different folder. For example if I want to serve folder /foo at path /bar there is no configuration based solution. It would be nice it we can just use a config for doing this. Something like this:
Right now you have to use a middleware to alias a path to a different folder. For example if I want to serve folder
/foo
at path/bar
there is no configuration based solution. It would be nice it we can just use a config for doing this. Something like this: