There are some rules regarding the correct routes that can be used. Failing to follow the symmetric
route rules will result in the API not being run and an error being thrown and logged. To follow the rules, a route:
/
, -
or _
./
with -
or of _
with -
./
, -
and _
./
, a -
or a _
. The only exception of this rule is when the route is just /
, in which case, it can end with /
./
.Here are some examples.
/
/symmetric
/hi/hello
/hello-world/basic_syntax
/_element/BIGelement
/hi//hello
element
/another-element/
/bad-_composition
/-worse
/element__two
/element2
/oof-number-one-
/oof_number_two_