Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 19:50
Show Gist options
  • Save lasseebert/1d6384c2dc74ff57a42d821eba15b2ad to your computer and use it in GitHub Desktop.
Save lasseebert/1d6384c2dc74ff57a42d821eba15b2ad to your computer and use it in GitHub Desktop.
defmodule MyApp.UserController do
use MyApp.Web, :controller
def create(conn, _params) do
conn
|> resp(201, "{}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment