Please add support to subfolders in serving .lp files. Problem description below:
path 'apps/data/myapp' returns index.lp from myapp folder
but path 'apps/data/myapp/settings' when there is no setting file returns 404 status.
So when I have an webapp with some modern routing and I will refresh page not in home path my app will crash until I will change path to home
path 'apps/data/myapp' returns index.lp from myapp folder
but path 'apps/data/myapp/settings' when there is no setting file returns 404 status.
So when I have an webapp with some modern routing and I will refresh page not in home path my app will crash until I will change path to home
Done is better than perfect