Edited readme.md via GitHub
This commit is contained in:
@@ -146,6 +146,8 @@ All you need to do is tell Laravel the request methods and URIs it should respon
|
|||||||
// Handles GET requests to http://example.com/index.php/home
|
// Handles GET requests to http://example.com/index.php/home
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'PUT /user/update' => function()
|
'PUT /user/update' => function()
|
||||||
{
|
{
|
||||||
// Handles PUT requests to http://example.com/index.php/user/update
|
// Handles PUT requests to http://example.com/index.php/user/update
|
||||||
|
|||||||
Reference in New Issue
Block a user