Support reports in nested directories

  • GET /report/{report_file} currently only get reports in the top level of the reports directory

  • Instead, we need it to also support reports in nested directories.

  • GET /report/{report_file} should also only match paths that ends with files having extension.

  • This is mainly to allow sub-paths under /report for other API's

  • But, if this is not possible, we can just use another top path instead of /report

Edited by ahmed galal