Skip to content

Instantly share code, notes, and snippets.

@nickretallack
Created August 14, 2014 06:03
Show Gist options
  • Save nickretallack/26441219cdcd204523d9 to your computer and use it in GitHub Desktop.
Save nickretallack/26441219cdcd204523d9 to your computer and use it in GitHub Desktop.
defmodule Burd.ThingsController do
use Phoenix.Controller
def index(conn, _params) do
json conn, JSON.encode! key: :value
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment