feature #7

Merged
XiaoLFeng merged 21 commits from feature into master 2023-06-24 22:58:58 +08:00
Showing only changes of commit 87753e987d - Show all commits

View File

@ -43,6 +43,6 @@
}); });
Route::prefix('custom')->group(function () { Route::prefix('custom')->group(function () {
Route::post('add',[Link::class,'apiCustomAdd']); Route::post('add',[Link::class,'apiCustomAdd'])->name('api.link.custom.add');
}); });
}); });