# `Apical.Plug.Router`
[🔗](https://github.com/E-xyza/Apical/blob/main/lib/apical/plug/router.ex#L1)

boilerplate code setting up a router using the `Plug`
framework *without* using `Phoenix`.  Note that although
this reduces the needed dependencies, this doesn't provide
you with some Phoenix affordances such as route helpers.

# `match`

returns a 404 error since none of the routes have matched

---

*Consult [api-reference.md](api-reference.md) for complete listing*
