瀏覽代碼

Banner add column mobile image

父節點
當前提交
08198f56d1
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      routes/api.php

+ 1
- 0
routes/api.php 查看文件

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 () {