rocket-a


git -C '/home/opc/rocketa.git' show f84264b -- routes/web_client.php

commit f84264bb160dc2a66a9e4ff8c8e30676f91a458d
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Thu Oct 9 18:35:25 2025 +0900

    翻訳機能バグ修正

diff --git a/routes/web_client.php b/routes/web_client.php
index 9e6b998..59e0f77 100644
--- a/routes/web_client.php
+++ b/routes/web_client.php
@@ -50,4 +50,4 @@ Route::group(['namespace' => 'Client', 'as'=>'client.'], function(){
         });
     });
 });
-Route::post('locale', 'LocaleController@switch')->name('locale.switch');
\ No newline at end of file
+Route::post('/client/locale', 'Client\LocaleController@switch')->name('client.locale.switch');
\ No newline at end of file

diff.txt · 最終更新: by root