# `PhiaUiDesign.Web.Router`
[🔗](https://github.com/charlenopires/PhiaUI/blob/v0.1.17/lib/phiaui_design/web/router.ex#L1)

Router for the PhiaUI Design tool.

Single-route application: all traffic goes to `EditorLive` which
manages the full editor UI as a single-page LiveView.

# `browser`

# `call`

Callback invoked by Plug on every request.

# `formatted_routes`

# `init`

Callback required by Plug that initializes the router
for serving web requests.

# `verified_route?`

---

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