aboutsummaryrefslogtreecommitdiffstats
path: root/app/api/app.py
diff options
context:
space:
mode:
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"
}