|
|
пре 2 дана | |
|---|---|---|
| app | пре 2 дана | |
| config | пре 2 дана | |
| public | пре 2 дана | |
| resource | пре 2 дана | |
| support | пре 2 дана | |
| .gitignore | пре 2 дана | |
| LICENSE | пре 2 дана | |
| README.md | пре 2 дана | |
| composer.json | пре 2 дана | |
| start.php | пре 2 дана | |
| webman | пре 2 дана | |
| windows.bat | пре 2 дана | |
| windows.php | пре 2 дана |
文件
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