summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleTable.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/BackendModuleTable.vue')
-rw-r--r--webapp/src/components/BackendModuleTable.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/src/components/BackendModuleTable.vue b/webapp/src/components/BackendModuleTable.vue
index d4cb1ba..d975e6f 100644
--- a/webapp/src/components/BackendModuleTable.vue
+++ b/webapp/src/components/BackendModuleTable.vue
@@ -107,8 +107,7 @@ export default {
// Set to start the loading animation.
item.loading = true
// Test the credential connection.
- this.$http.post('/api/backends/checkConnection', {
- id: item.id,
+ this.$http.post('/api/backends/' + item.id + '/connection', {
headers: {
'Cache-Control': 'no-cache'
}