summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleDelete.vue
diff options
context:
space:
mode:
authorJannik Schönartz2018-12-11 15:51:58 +0100
committerJannik Schönartz2018-12-11 15:51:58 +0100
commit92e2d90dd65dd9b68b6e779c41993d73be5d6e94 (patch)
tree257ead3922b89512deef8a6dd56e86fd77729933 /webapp/src/components/RegistrationModuleDelete.vue
parent[registration/idoit] TPM upload functionality + improve hw specs (diff)
downloadbas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.tar.gz
bas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.tar.xz
bas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.zip
Rename registrations in registration.
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 })
}