My app-url has to include the reference to the index.html file. For instance,
https://eu.backendlessappcontent.com/.../files/ui-builder/containers/default/index.html
If I’m using https://eu.backendlessappcontent.com/.../files/ui-builder/containers/default/ , the browser shows me a json-formatted directory content. This is not what usually happens on web content servers. Per default, the file index.html is served if the url is just addressing the directory.
Can I achieve this behavior with Backendless? This would result in more crisp app urls, but more important, it would not reveal the directory content information to everybody.
Regards,