We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f9671 commit 91bf81bCopy full SHA for 91bf81b
platform_api/src/main/java/net/modfest/platform/controller/ImageCdn.java
@@ -23,7 +23,7 @@ public class ImageCdn {
23
@Autowired
24
private ImageRepository repository;
25
26
- @GetMapping(value = "/imageCdn/{*path}")
+ @GetMapping(value = "/imagecdn/{*path}")
27
public ResponseEntity<FileSystemResource> getImage(@PathVariable String path) {
28
if (path.startsWith("/")) {
29
path = path.substring(1);
0 commit comments