feature #7

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

View File

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