删除座驾旧方案空迁移

This commit is contained in:
pllx
2026-04-30 10:05:19 +08:00
parent b60f3615c1
commit 09a2b0d85f
2 changed files with 1 additions and 29 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ Route::middleware(['chat.auth'])->group(function () {
->name('shop.buy');
Route::post('/shop/rename', [\App\Http\Controllers\ShopController::class, 'rename'])->name('shop.rename');
// ---- 座驾(独立页面,复用商店购买记录)----
// ---- 座驾(独立页面,独立座驾购买记录)----
Route::get('/rides/items', [\App\Http\Controllers\RideController::class, 'items'])->name('rides.items');
Route::post('/rides/buy', [\App\Http\Controllers\RideController::class, 'buy'])
->middleware('throttle:chat-shop-buy')