【发布时间】:2017-10-10 09:27:51
【问题描述】:
我使用 lumen laravel 作为后端。我正在尝试使用 angular2 从前端执行 POST 方法。 GET 方法工作正常。但是在尝试使用 POST 方法时,我收到错误为 405 Method Not Allowed Method not allowed 405 error
路由/web.php $app->post('/insert_data', 'ExampleController@testInsert');
【问题讨论】:
-
发布您尝试调用 POST 方法的角度代码
标签: lumen