feat : banner

This commit is contained in:
2025-03-27 16:24:04 +08:00
parent 1085ba14e8
commit 02b51081d3
4 changed files with 88 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class SystemController extends AbstractController
#[RequestMapping(path: 'index',methods: 'GET')]
#[Scene(scene: 'index')]
#[Middleware(JwtAuthMiddleware::class)]
public function index()
public function index(): array
{
return (new IndexService)->handle();
}