usePathUrlStrategy function

void usePathUrlStrategy()

Use the PathUrlStrategy to handle the browser URL.

Implementation

void usePathUrlStrategy() {
  setUrlStrategy(PathUrlStrategy());
}