This website requires JavaScript.
Explore
Help
Sign In
futureporn
/
fp
Watch
1
Star
0
Fork
You've already forked fp
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
27ebe99b36
fp
/
services
/
bright
/
lib
/
bright_web
/
controllers
/
page_json.ex
6 lines
102 B
Elixir
Raw
Blame
History
defmodule
BrightWeb.PageJSON
do
def
home
(
_assigns
)
do
%{
message
:
"
this is some JSON
"
}
end
end
Reference in New Issue
View Git Blame
Copy Permalink