Commit aca24585 by Taylor Otwell

Edited readme.md via GitHub

parent 335d0c00
...@@ -146,8 +146,6 @@ All you need to do is tell Laravel the request methods and URIs it should respon ...@@ -146,8 +146,6 @@ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment