diff --git a/resources/js/Pages/Importers/Index.vue b/resources/js/Pages/Importers/Index.vue index 958d7533..bd8f29b3 100644 --- a/resources/js/Pages/Importers/Index.vue +++ b/resources/js/Pages/Importers/Index.vue @@ -22,7 +22,7 @@ function runImporters() { } function runRules() { - router.post('/import-rules/false', []) + router.post('/import-rules/0', []) toast.success(__('Rules import started.')) }