Açıklama Yok

zory d9e3ee284a '081900' 3 ay önce
app d9e3ee284a '081900' 3 ay önce
config d9e3ee284a '081900' 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 d9e3ee284a '081900' 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

hx-mini-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