Laravel – POST http://127.0.0.1:8000/admin/sparepart 404 (Not Found) when i try to Inertia.post('/admin/sparepart', formData)
I use Laravel, Inertia and Vue. When I submitted the form, the page returned a 404 not found window and the console said POST http://127.0.0.1:8000/admin/sparepart 404 (Not Found) I don't know if it's because of an error in the route…