defmodule BrightWeb.PageJSON do
  def home(_assigns) do
    %{message: "this is some JSON"}
  end
end