rocket-a


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

commit 09cc738e17d1ad148bf2243e1f04aefe8cde1fc5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Thu Oct 9 10:19:51 2025 +0900

    翻訳機能追加+成果受け取りの余計な機能を削除

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

diff.txt · 最終更新: by root