.modules(new SingularityServiceModule())
.build();
bootstrap.addBundle(guiceBundle);
bootstrap.addBundle(new AcceptLanguageFilterBundle());
bootstrap.addBundle(new CorsBundle());
bootstrap.addBundle(new ViewBundle());
bootstrap.addBundle(new AssetsBundle("/static/static/", "/static/"));
bootstrap.addBundle(new AssetsBundle("/static/api-docs/", "/api-docs/", "index.html", "api-docs"));
bootstrap.addBundle(new MigrationsBundle<SingularityConfiguration>() {
@Override