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

update thread reply

This commit is contained in:
2018-01-04 21:06:23 -06:00
parent 148bde8f99
commit f540e7351b
7 changed files with 73 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ defmodule MyAppWeb.ThreadController do
{output, status} = params
|> Map.put("user_id", user_id)
|> Data.Thread.update_thread
|> Data.Thread.user_update_thread
|> Response.put_resp
conn