|
|
il y a 1 jour | |
|---|---|---|
| app | il y a 1 jour | |
| config | il y a 5 jours | |
| public | il y a 5 jours | |
| resource | il y a 1 semaine | |
| support | il y a 2 semaines | |
| .gitignore | il y a 2 semaines | |
| LICENSE | il y a 2 semaines | |
| README.md | il y a 3 jours | |
| composer.json | il y a 2 semaines | |
| start.php | il y a 2 semaines | |
| webman | il y a 1 semaine | |
| windows.bat | il y a 2 semaines | |
| windows.php | il y a 2 semaines |
文件
config/plugin/linfly/annotation/route.php
新增内容
use Webman\Route;
// 匹配所有options路由
Route::options('[{path:.+}]', function (){
return response('',204);
});
git fetch origin
git reset --hard origin/master