Exemplo n.º 1
0
 private void RegisterController(string path, IHttpController httpController)
 {
     httpController.Init(Server.Instance.properties);
     routes.Add(RouteBuilder.RouteToRegex(path), httpController);
 }