Просмотр исходного кода

Banner add column mobile image

CodeCommitAccess+1-at-632418466995 3 месяцев назад
Родитель
Сommit
08198f56d1
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      routes/api.php

+ 1
- 0
routes/api.php Просмотреть файл

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