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