Skip to content

Commit

Permalink
Some general improvements, implemented the ability to reset the confi…
Browse files Browse the repository at this point in the history
…guration in the configuration summary page.
  • Loading branch information
giuseppe99barchetta committed Oct 23, 2024
1 parent 185a4e3 commit 8e7a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggestarr-frontend/src/components/ConfigSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
},
forceRun() {
this.isRunning = true;
axios.post('http://localhost:5000/api/automation/force_run', this.config)
axios.post('/api/automation/force_run', this.config)
.then(response => {
console.log(response.data.message); // Success message from backend
})
Expand Down

0 comments on commit 8e7a201

Please sign in to comment.