增加 修改主机的路由
This commit is contained in:
parent
99d3aff205
commit
dc157ea7fb
@ -59,7 +59,7 @@ function () {
|
|||||||
/* End 账户区域 */
|
/* End 账户区域 */
|
||||||
|
|
||||||
/* Start 主机 */
|
/* Start 主机 */
|
||||||
Route::resource('hosts', HostController::class)->only(['index', 'destroy']);
|
Route::resource('hosts', HostController::class)->only(['index', 'update', 'destroy']);
|
||||||
Route::post('hosts/{host}/renew', [HostController::class, 'renew'])->name('hosts.renew');
|
Route::post('hosts/{host}/renew', [HostController::class, 'renew'])->name('hosts.renew');
|
||||||
/* End 主机 */
|
/* End 主机 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user