Selaa lähdekoodia

添加一个新路由

tgz 2 vuotta sitten
vanhempi
commit
d9fcdc965e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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']);