[][src]Function actix_webpack_proxy::default_route

pub fn default_route<P>() -> Route where
    P: Proxy + 'static, 

The default route for your web application

Any web request that doesn't match a route you have defined should be proxied to the webpack dev server.