Skip to main content

mount

Extension Only

This can only be used in code which runs on the server.

mount()

Mounts express middleware to the main server express app. See the express docs for usage.

This is generally used in tandem Router. See Custom Routes for a full guide.