rocket-a


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

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

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

diff --git a/routes/web.php b/routes/web.php
index dd555b4..643791f 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -147,3 +147,5 @@ Route::post('/admin/media/bill/deposit_regist/{media_bill_id}', 'Admin\Media@bil
 Auth::routes();
 
 Route::get('/home', 'HomeController@index')->name('home');
+
+Route::post('locale', 'LocaleController@switch')->name('locale.switch');
\ No newline at end of file

diff.txt · 最終更新: by root