More Laravel/AdminLTE updates
This commit is contained in:
@@ -11,10 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
#Route::get('/', function () {
|
||||
# return view('welcome');
|
||||
#});
|
||||
|
||||
Route::get('/home','HomeController@home');
|
||||
Route::get('/p/deletes/{id?}','PhotoController@deletes')->where('id','[0-9]+');
|
||||
Route::get('/v/deletes/{id?}','VideoController@deletes')->where('id','[0-9]+');
|
||||
Route::get('/p/duplicates/{id?}','PhotoController@duplicates')->where('id','[0-9]+');
|
||||
|
Reference in New Issue
Block a user