mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix path for loading migration styles
This commit is contained in:
@@ -18,7 +18,7 @@ class MigrationWizardModule extends ServletModule {
|
|||||||
LOG.info("= Open SCM-Manager in a browser to start the wizard. =");
|
LOG.info("= Open SCM-Manager in a browser to start the wizard. =");
|
||||||
LOG.info("= =");
|
LOG.info("= =");
|
||||||
LOG.info("==========================================================");
|
LOG.info("==========================================================");
|
||||||
serve("/images/*", "/styles/*", "/favicon.ico").with(StaticResourceServlet.class);
|
serve("/images/*", "/assets/*", "/favicon.ico").with(StaticResourceServlet.class);
|
||||||
serve("/*").with(MigrationWizardServlet.class);
|
serve("/*").with(MigrationWizardServlet.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user