fp/services/bright/lib/bright_web/controllers/page_json.ex

6 lines
102 B
Elixir

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