rocket-a


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

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

    翻訳機能バグ修正

diff --git a/routes/web_media.php b/routes/web_media.php
index eebf5f8..20ea037 100644
--- a/routes/web_media.php
+++ b/routes/web_media.php
@@ -76,4 +76,4 @@ Route::group(['namespace' => 'Media', 'as'=>'media.'], function(){
         });
     });
 });
-Route::post('locale', 'LocaleController@switch')->name('locale.switch');
\ No newline at end of file
+Route::post('/media/locale', 'Media\LocaleController@switch')->name('media.locale.switch');
\ No newline at end of file

diff.txt · 最終更新: by root