File routesConfig = new File(configPath, "routes.yml");
if (routesConfig.exists()) {
//routeManager = new RouteManager(this,
// (List<Map<String, Object>>) new Yaml().load(new FileInputStream(routesConfig)));
routeManager = new RouteManager(this, routesConfig);
}
MicroContext context = new MicroContext();
context.with(Globals.SITE, this)