summaryrefslogtreecommitdiffstats
path: root/app/api/app.py
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-10-10 18:08:39 +0300
committerKoren Lev <korenlev@gmail.com>2017-10-10 15:11:31 +0000
commit33802c45e4bc24c1e78f6b46cf968306cee2d4da (patch)
treecd56ab878d8c5aadff49f3c5c89cf265f64e664d /app/api/app.py
parent87e9e89e07b751b64e9684f02928acb3467489c4 (diff)
release 1.1 for euphrates
Change-Id: Iddc0e0148db7c72458b7fcdfcb7664e4aa609be0 Signed-off-by: Koren Lev <korenlev@gmail.com> (cherry picked from commit 5c6eb170878cefa12f717a62c31f7228d440e61e)
Diffstat (limited to 'app/api/app.py')
-rw-r--r--app/api/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/api/app.py b/app/api/app.py
index 5fa3da9..4d4ffed 100644
--- a/app/api/app.py
+++ b/app/api/app.py
@@ -37,6 +37,7 @@ class App:
"/aggregates": "resource.aggregates.Aggregates",
"/environment_configs":
"resource.environment_configs.EnvironmentConfigs",
+ "/connection_tests": "resource.connection_tests.ConnectionTests",
"/auth/tokens": "auth.tokens.Tokens"
}