Quenya.Plug.MathAllPlug (Quenya v0.2.1) View Source
Plug for match all unknown path
Example:
# in your router file
match _, to: Quenya.Plug.MathAllPlug, init_opts: []
Link to this section Summary
Link to this section Functions
Specs
call(Plug.Conn.t(), keyword()) :: Plug.Conn.t()
Callback implementation for Plug.call/2
.
Specs
Callback implementation for Plug.init/1
.