Aucune description

Zory 8f460f5526 0710-0248-h01 il y a 3 semaines
app 8f460f5526 0710-0248-h01 il y a 3 semaines
config 6107fb8c42 0122009 il y a 2 mois
public 9092cbbd4f 1944009 il y a 2 mois
resource 8f460f5526 0710-0248-h01 il y a 3 semaines
support d9e3ee284a '081900' il y a 3 mois
.gitignore d9e3ee284a '081900' il y a 3 mois
LICENSE d9e3ee284a '081900' il y a 3 mois
README.md 88002c6d6b '201600' il y a 3 mois
city.json 309e37dd02 '0032009' il y a 2 mois
composer.json f01a54f8ce '0708-2340-c01' il y a 3 semaines
start.php d9e3ee284a '081900' il y a 3 mois
webman c5c8c4d14f 012300 il y a 2 mois
windows.bat d9e3ee284a '081900' il y a 3 mois
windows.php d9e3ee284a '081900' il y a 3 mois

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