This commit is contained in:
René Pfeuffer
2019-06-06 12:47:32 +02:00
parent 1bcc150cb9
commit ec538039f9
4 changed files with 34 additions and 24 deletions

View File

@@ -16,6 +16,8 @@ class MigrationWizardModule extends ServletModule {
LOG.info("= =");
LOG.info("= STARTING MIGRATION SERVLET =");
LOG.info("= =");
LOG.info("= Open SCM-Manager in a browser to start the wizard. =");
LOG.info("= =");
LOG.info("==========================================================");
bind(PushStateDispatcher.class).toInstance((request, response, uri) -> {});
serve("/images/*", "/styles/*").with(WebResourceServlet.class);