summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModuleEntry.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/ConfiguratorModuleEntry.vue')
-rw-r--r--webapp/src/components/ConfiguratorModuleEntry.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModuleEntry.vue b/webapp/src/components/ConfiguratorModuleEntry.vue
index 94bce00..6a284ca 100644
--- a/webapp/src/components/ConfiguratorModuleEntry.vue
+++ b/webapp/src/components/ConfiguratorModuleEntry.vue
@@ -71,7 +71,7 @@ export default {
this.$store.commit('configurator/setDialog', data)
},
async saveEntry () {
- let url = '/api/configurator/entries'
+ let url = '/api/ipxeentries'
if (this.dialog.info.id !== undefined) url += '/' + this.dialog.info.id
await this.$http.post(url, {
data: {