blonk is a radar for your web, where you follow vibes for cool blips on the radar
at main 7 lines 152 B view raw
1defmodule ElixirBlonkWeb.PageController do 2 use ElixirBlonkWeb, :controller 3 4 def home(conn, _params) do 5 redirect(conn, to: ~p"/blips") 6 end 7end