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

6 lines
102 B
Elixir
Raw Normal View History

2025-01-03 14:45:35 +00:00
defmodule BrightWeb.PageJSON do
def home(_assigns) do
%{message: "this is some JSON"}
end
end