Edit MarkdownReportModule.java

This commit is contained in:
Robin Shen 2021-10-11 11:32:52 +00:00
parent d8f2f761b4
commit 4bf1259b97

View File

@ -115,7 +115,7 @@ public class MarkdownReportModule extends AbstractPluginModule {
@Override
public void configure(WebApplication application) {
application.mount(new DynamicPathPageMapper("projects/${project}/builds/${build}/markdown-reports/${report}/#{path}", MarkdownReportPage.class));
application.mount(new DynamicPathPageMapper("projects/${project}/builds/${build}/markdown/${report}/#{path}", MarkdownReportPage.class));
}
});