|
|
преди 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