mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Edit MarkdownReportModule.java
This commit is contained in:
parent
d8f2f761b4
commit
4bf1259b97
@ -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));
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user