ブックマークレット等の案内ページ

This commit is contained in:
shibafu
2020-05-23 17:33:58 +09:00
parent 3a05d2c9cc
commit 36a2ab5fe2
4 changed files with 45 additions and 0 deletions

View File

@@ -184,4 +184,9 @@ class EjaculationController extends Controller
return redirect()->route('user.profile', ['name' => $user->name])->with('status', '削除しました。');
}
public function tools()
{
return view('ejaculation.tools');
}
}