feature #7
@ -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');
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user