Augur.ViewerPlug (augur v0.1.0)

View cached messages in a familiar interface

Forward requests to this plug from your router:

if Mix.env() == :dev do
  forward("/sms/sent", Augur.ViewerPlug)
end

Link to this section Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Link to this section Functions

Link to this function

call(conn, opts)

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.