6 lines
102 B
Elixir
Raw Normal View History

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