Merge pull request #356 from shikorism/feature/302-bookmarklet

ブックマークレット等の案内ページ
This commit is contained in:
shibafu
2020-05-24 21:23:06 +09:00
committed by GitHub
4 changed files with 45 additions and 0 deletions

View File

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