Skip to content

Commit

Permalink
remove create user route the make route list work
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo committed Mar 19, 2015
1 parent ec1fc99 commit d938e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
});


Route::get('/createUser', array('uses' => 'Serverfireteam\Panel\UsersController@getCreateUser'));
Route::post('/createUser', array('uses' => 'Serverfireteam\Panel\UsersController@postCreateUser'));
//Route::get('/createUser', array('uses' => 'Serverfireteam\Panel\UsersController@getCreateUser'));
//Route::post('/createUser', array('uses' => 'Serverfireteam\Panel\UsersController@postCreateUser'));
Route::any('/{entity}/export/{type}', array('uses' => 'Serverfireteam\Panel\ExportImportController@export'));
Route::post('/{entity}/import', array('uses' => 'Serverfireteam\Panel\ExportImportController@import'));
Route::any('/{entity}/{methods}', array('uses' => 'Serverfireteam\Panel\MainController@entityUrl'));
Expand Down

0 comments on commit d938e07

Please sign in to comment.