BackWeb (CAMI-Back v0.1.0)

View Source

The entrypoint for defining your web interface, such as controllers, components, channels, and so on.

This can be used in your application as:

use BackWeb, :controller
use BackWeb, :html

The definitions below will be executed for every controller, component, etc, so keep them short and clean, focused on imports, uses and aliases.

The routes are listed in BackWeb.Router

Summary

Functions

When used, dispatch to the appropriate controller/live_view/etc.

Functions

__using__(which)

(macro)

When used, dispatch to the appropriate controller/live_view/etc.

channel()

controller()

router()

static_paths()

verified_routes()