forked from XiaoLFeng/XF_Index
Api路由表命名
This commit is contained in:
parent
c406baeac5
commit
87753e987d
|
@ -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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user