Skip to content

Commit

Permalink
Update import rules endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0z committed Jan 13, 2024
1 parent 37d1f55 commit 5018ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Importers/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function runImporters() {
}
function runRules() {
router.post('/import-rules/false', [])
router.post('/import-rules/0', [])
toast.success(__('Rules import started.'))
}
</script>
Expand Down

0 comments on commit 5018ddb

Please sign in to comment.