Parcourir la source

Banner add column mobile image

Parent
révision
08198f56d1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      routes/api.php

+ 1
- 0
routes/api.php Voir le fichier

20
     });
20
     });
21
     Route::prefix('home')->group(function (){
21
     Route::prefix('home')->group(function (){
22
         Route::get('/news', [HomePageController::class, 'list']);
22
         Route::get('/news', [HomePageController::class, 'list']);
23
+        Route::get('/banners', [HomePageController::class, 'banners']);
23
     });
24
     });
24
 
25
 
25
     Route::prefix('profile')->group(function () {
26
     Route::prefix('profile')->group(function () {