How to write Route

How to write a nested route (for example, app/test/test1)
Continue to lead the way (app/test) I cant.

Как написать вложеный маршрут (например app/test/test1).
Дальше проложить путь чем app/test не получается.

Hi,

Could you please provide a bit more details on your use-case?

By default, it is assumed that URL structure corresponds to the hierarchy of dynamic subviews declared in JetView classes: https://snippet.webix.com/bktwopzo

If you meant the app routes from chapter Beautifying the URL, its functionality is quite limited: it is possible to replace the full app url with the specified key.
For example, the following config will modify URL to /#!/test?a=2:

/*app config*/

start : "/start/start/data?a=2",
routes:{
	"/test":"/start/start/data"
}

If it's more convenient for you, I'll post the russian translation as well