@@ -263,7 +263,7 @@ public Resource getROBundle(
263
263
* @param branch The branch of repository
264
264
*/
265
265
@ GetMapping (
266
- value = "/robundle/*/*.git/{branch}/**" ,
266
+ value = "/robundle/*/*/* .git/{branch}/**" ,
267
267
produces = "application/vnd.wf4ever.robundle+zip" )
268
268
@ ResponseBody
269
269
public Resource getROBundleGeneric (
@@ -314,7 +314,7 @@ public Resource downloadGraphSvg(
314
314
*
315
315
* @param branch The branch of repository
316
316
*/
317
- @ GetMapping (value = "/graph/svg/*/*.git/{branch}/**" , produces = "image/svg+xml" )
317
+ @ GetMapping (value = "/graph/svg/*/*/* .git/{branch}/**" , produces = "image/svg+xml" )
318
318
@ ResponseBody
319
319
public Resource downloadGraphSvgGeneric (
320
320
@ PathVariable ("branch" ) String branch ,
@@ -364,7 +364,7 @@ public Resource downloadGraphPng(
364
364
*
365
365
* @param branch The branch of repository
366
366
*/
367
- @ GetMapping (value = "/graph/png/*/*.git/{branch}/**" , produces = "image/png" )
367
+ @ GetMapping (value = "/graph/png/*/*/* .git/{branch}/**" , produces = "image/png" )
368
368
@ ResponseBody
369
369
public Resource downloadGraphPngGeneric (
370
370
@ PathVariable ("branch" ) String branch ,
@@ -414,7 +414,7 @@ public Resource downloadGraphDot(
414
414
*
415
415
* @param branch The branch of repository
416
416
*/
417
- @ GetMapping (value = "/graph/xdot/*/*.git/{branch}/**" , produces = "text/vnd.graphviz" )
417
+ @ GetMapping (value = "/graph/xdot/*/*/* .git/{branch}/**" , produces = "text/vnd.graphviz" )
418
418
@ ResponseBody
419
419
public Resource downloadGraphDotGeneric (
420
420
@ PathVariable ("branch" ) String branch ,
0 commit comments