Skip to content

Commit

Permalink
update snatch method
Browse files Browse the repository at this point in the history
  • Loading branch information
copyrenzhe committed Feb 4, 2017
1 parent 7315226 commit 7327ceb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
|
*/

Route::get('test', function(){

});

Route::group(['prefix' => 'admin', 'middleware' => ['web'], 'namespace' => 'Admin'], function(){
Route::get('login', 'AuthController@getLogin');
Route::post('login', 'AuthController@postLogin');
Expand Down

0 comments on commit 7327ceb

Please sign in to comment.