/**
  * Clears registered routes
  *
  * @return void
  */
 public static function clear_registered_routes()
 {
     self::$routes = array();
 }