mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Ajout des news & pictures & complementary activity
This commit is contained in:
@@ -23,6 +23,8 @@ Route::get('/', 'PublicController@index');
|
||||
Route::get('/news', 'NewsController@index');
|
||||
Route::get('/news/{id}', 'NewsController@show');
|
||||
Route::get('/activity', 'ComplementaryActivityController@index');
|
||||
Route::get('/picture/{id}', 'PictureController@show');
|
||||
Route::get('/pictures', 'PictureController@index');
|
||||
|
||||
Route::middleware(['auth','admin'])->group(function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user