Skip to content

Commit 91bf81b

Browse files
committed
Fix cdn emulation
1 parent 12f9671 commit 91bf81b

File tree

1 file changed

+1
-1
lines changed
  • platform_api/src/main/java/net/modfest/platform/controller

1 file changed

+1
-1
lines changed

platform_api/src/main/java/net/modfest/platform/controller/ImageCdn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ImageCdn {
2323
@Autowired
2424
private ImageRepository repository;
2525

26-
@GetMapping(value = "/imageCdn/{*path}")
26+
@GetMapping(value = "/imagecdn/{*path}")
2727
public ResponseEntity<FileSystemResource> getImage(@PathVariable String path) {
2828
if (path.startsWith("/")) {
2929
path = path.substring(1);

0 commit comments

Comments
 (0)