• ■ ■ ■ ■ ■ ■
    server-plugin/server-plugin-report-problem/src/main/java/io/onedev/server/plugin/report/problem/ProblemReportModule.java
    skipped 132 lines
    133 133  
    134 134   @Override
    135 135   public void configure(WebApplication application) {
    136  - application.mount(new DynamicPathPageMapper("projects/${project}/builds/${build}/problem-reports/${report}",
     136 + application.mount(new DynamicPathPageMapper("projects/${project}/builds/${build}/problem/${report}",
    137 137   ProblemReportPage.class));
    138  - application.mount(new DynamicPathPageMapper("projects/${project}/stats/checkstyle", ProblemStatsPage.class));
     138 + application.mount(new DynamicPathPageMapper("projects/${project}/stats/problem", ProblemStatsPage.class));
    139 139   }
    140 140  
    141 141   });
    skipped 4 lines
Please wait...
Page is in error, reload to recover