diff options
author | 2017-08-22 01:41:57 +0000 | |
---|---|---|
committer | 2017-08-22 01:41:57 +0000 | |
commit | 7e96f103820778d7680dc4bb28fc4bb133a1c500 (patch) | |
tree | 73be3f355dcf798f0aa7c766043a883cd3a5585d /testapi/opnfv_testapi/router | |
parent | 1d05aa834b397df4156c064b9eeabf012f944250 (diff) | |
parent | 2a2585dd89fe1c642c892ea12c52bf4119c4c93e (diff) |
Merge "update customs in scenario"
Diffstat (limited to 'testapi/opnfv_testapi/router')
-rw-r--r-- | testapi/opnfv_testapi/router/url_mappings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/router/url_mappings.py b/testapi/opnfv_testapi/router/url_mappings.py index 4589425..4c30eb5 100644 --- a/testapi/opnfv_testapi/router/url_mappings.py +++ b/testapi/opnfv_testapi/router/url_mappings.py @@ -58,6 +58,8 @@ mappings = [ scenario_handlers.ScenarioScoresHandler), (r"/api/v1/scenarios/([^/]+)/trust_indicators", scenario_handlers.ScenarioTIsHandler), + (r"/api/v1/scenarios/([^/]+)/customs", + scenario_handlers.ScenarioCustomsHandler), # static path (r'/(.*\.(css|png|gif|js|html|json|map|woff2|woff|ttf))', |