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