Webix Jet Url rewrite

Hi.

I need to have a different URL for the webix jet
that is to Transform HTTP://localhost:8080/#!/top/start to HTTP://localhost:8080/MY_ROOT/#!/top/start

How do I configure to have this folder name before #!

Thanks

routerPrefix ?

Hello @Alexandre_Nicolas,

Any prefix before /#! or any application url (for example, conditional /top/start if it is UrlRouter without a hashtag) is the path where the application is hosted.
In order to add any prefix to the url, you need to configure webpack-dev-server. You can read about the webpack’s configuration here.