Skip to content

Added static endpoint to list of urls

Luis Aleixo requested to merge bugfix/static_url into master

This MR adds to the list of base_urls the endpoint for the base static files. With this addition, the base urls are composed by the root (/), calculator (/calculator), report (/calculator/report), and static endpoints (/static/... and /calculator/static/...).

Merge request reports