CJ_Clippy 8b8de3b072
Some checks failed
ci / build (push) Has been cancelled
phoenix integration begin
2025-01-03 06:45:35 -08:00

6 lines
102 B
Elixir

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