Açıklama Yok

zory 88002c6d6b '201600' 3 ay önce
app 88002c6d6b '201600' 3 ay önce
config 88002c6d6b '201600' 3 ay önce
public d9e3ee284a '081900' 3 ay önce
resource d9e3ee284a '081900' 3 ay önce
support d9e3ee284a '081900' 3 ay önce
.gitignore d9e3ee284a '081900' 3 ay önce
LICENSE d9e3ee284a '081900' 3 ay önce
README.md 88002c6d6b '201600' 3 ay önce
composer.json d9e3ee284a '081900' 3 ay önce
start.php d9e3ee284a '081900' 3 ay önce
webman d9e3ee284a '081900' 3 ay önce
windows.bat d9e3ee284a '081900' 3 ay önce
windows.php d9e3ee284a '081900' 3 ay önce

README.md

星川API

跨域

文件
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