git -C '/home/opc/rocketa.git' show 09cc738 -- routes/web_media.phpcommit 09cc738e17d1ad148bf2243e1f04aefe8cde1fc5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Oct 9 10:19:51 2025 +0900
翻訳機能追加+成果受け取りの余計な機能を削除
diff --git a/routes/web_media.php b/routes/web_media.php
index ea995a8..eebf5f8 100644
--- a/routes/web_media.php
+++ b/routes/web_media.php
@@ -76,3 +76,4 @@ Route::group(['namespace' => 'Media', 'as'=>'media.'], function(){
});
});
});
+Route::post('locale', 'LocaleController@switch')->name('locale.switch');
\ No newline at end of file