6 lines
102 B
Elixir

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