page Routing { seo { title = "Routing" description = "File-based page and API routing." canonical = "https://wrnexusjs.dev/guides/routing" } view {
W WRNexusJS
Browse documentation
Preview guide · 0.2.19

Routing

A page filename defines its URL; index maps to the directory root and bracket segments are dynamic parameters. API files under app/api expose HTTP method functions and receive a Context.

Release scope

This guide describes installed 0.2.19 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

} }