Create schemas for JSON API endpoints
This commit is contained in:
parent
1ec18163c1
commit
7c73c2c424
11 changed files with 125 additions and 105 deletions
|
@ -1,7 +1,6 @@
|
|||
defmodule MatrixServerWeb.Plug.Authenticate do
|
||||
import MatrixServerWeb.Plug.Error
|
||||
import Plug.Conn
|
||||
import Phoenix.Controller, only: [json: 2]
|
||||
|
||||
alias MatrixServer.Account
|
||||
alias Plug.Conn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue