module Orion::DSL::Mount

Overview

You can mount other orion and crystal applications directly within your app. This can be useful when separating out concerns between different functional areas of your application.

Defined in:

Macro Summary

Macro Detail

macro mount(app, *, at = "/") #

Mount an application at the specified path.