git -C '/home/opc/rocketa.git' show f84264b -- routes/web.phpcommit f84264bb160dc2a66a9e4ff8c8e30676f91a458d
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Oct 9 18:35:25 2025 +0900
翻訳機能バグ修正
diff --git a/routes/web.php b/routes/web.php
index 643791f..0e5b3d7 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -143,9 +143,7 @@ Route::get('/admin/media/bill/deposit_regist/{media_bill_id}', 'Admin\Media@bill
Route::post('/admin/media/bill/deposit_regist/{media_bill_id}', 'Admin\Media@billDeposit_registConfirm')->name('admin.media.bill.deposit_regist'); // メディア管理-入金一覧
-
Auth::routes();
Route::get('/home', 'HomeController@index')->name('home');
-
-Route::post('locale', 'LocaleController@switch')->name('locale.switch');
\ No newline at end of file
+Route::post('/admin/locale', 'Admin\LocaleController@switch')->name('admin.locale.switch');