strip
strip(pathRoot: String) typeMethod;
The strip method of the Orb class strips the prefix specified by the pathRoot parameter from any incoming requests when determining which route to dispatch to.
This can be useful if your application is behind a gateway that forwards requests based on the URL path.
