1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00

thread update/insert changeset fixed - auth permissions done

This commit is contained in:
2018-01-03 23:04:29 -06:00
parent 11eaa3565b
commit 148bde8f99
9 changed files with 120 additions and 48 deletions

View File

@@ -3,9 +3,7 @@ defmodule MyAppWeb.UserController do
alias MyAppWeb.Response
@spec index(map, map) :: any
def index(conn, params) do
IO.inspect(conn)
IO.inspect(params)
def index(conn, _params) do
conn
|> Response.json("Auth works!")
end