A function used to create static Maps
Name
Type
Description
uri
String
A piece of the path to have router listen to
You can also use a string value within the route function in order to naturally trigger a fixed call
route
fixed
const { router } = require('octoris') router.route([router.fixed('/')]) // You can also use a normal string value router.route(['/'])
Last updated 5 years ago
Was this helpful?