summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleDelete.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/RegistrationModuleDelete.vue')
-rw-r--r--webapp/src/components/RegistrationModuleDelete.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/RegistrationModuleDelete.vue b/webapp/src/components/RegistrationModuleDelete.vue
index 002e629..aaf8d57 100644
--- a/webapp/src/components/RegistrationModuleDelete.vue
+++ b/webapp/src/components/RegistrationModuleDelete.vue
@@ -44,7 +44,7 @@ export default {
this.$store.commit('registration/setDialog', data)
},
async deleteItems () {
- await axios.delete('/api/registrations/hooks/' + this.dialog.info.id)
+ await axios.delete('/api/registration/hooks/' + this.dialog.info.id)
this.$store.dispatch('registration/loadHooks')
this.setDialog({ show: false })
}