瀏覽代碼

添加一个新路由

tgz 2 年之前
父節點
當前提交
d9fcdc965e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/route.php

+ 1 - 1
config/route.php

@@ -15,6 +15,6 @@
 use Webman\Route;
 
 Route::any('/track', [app\controller\Track::class, 'index']);
-
+Route::any('/track/a.png', [app\controller\Track::class, 'index']);