|
|
hai 1 día | |
|---|---|---|
| app | hai 1 día | |
| config | hai 4 días | |
| public | hai 2 días | |
| resource | hai 3 días | |
| support | hai 3 meses | |
| .gitignore | hai 3 meses | |
| LICENSE | hai 3 meses | |
| README.md | hai 3 meses | |
| composer.json | hai 4 días | |
| start.php | hai 3 meses | |
| webman | hai 3 meses | |
| windows.bat | hai 3 meses | |
| windows.php | hai 3 meses |
文件
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