Angular PUT Request on Laravel API not found

前端 未结 0 695
猫巷女王i
猫巷女王i 2020-12-28 12:56

I have this api route defined in my Laravel app.

Route::put(\'/products/{id}/update\',[ProductController::class,\'updateProduct\']);

And this

相关标签:
回答
  • 消灭零回复
提交回复
热议问题