بدون توضیح

zory 0cf77aec32 '202000' 2 ماه پیش
app 0cf77aec32 '202000' 2 ماه پیش
config c5c8c4d14f 012300 2 ماه پیش
public d9e3ee284a '081900' 3 ماه پیش
resource d9e3ee284a '081900' 3 ماه پیش
support d9e3ee284a '081900' 3 ماه پیش
.gitignore d9e3ee284a '081900' 3 ماه پیش
LICENSE d9e3ee284a '081900' 3 ماه پیش
README.md 88002c6d6b '201600' 3 ماه پیش
city.json 309e37dd02 '0032009' 2 ماه پیش
composer.json d9e3ee284a '081900' 3 ماه پیش
start.php d9e3ee284a '081900' 3 ماه پیش
webman c5c8c4d14f 012300 2 ماه پیش
windows.bat d9e3ee284a '081900' 3 ماه پیش
windows.php d9e3ee284a '081900' 3 ماه پیش

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