v1.0.8 #15

Merged
timi merged 3 commits from dev into master 2026-08-03 16:36:19 +00:00
Showing only changes of commit 8a92e46eb1 - Show all commits
@@ -208,7 +208,6 @@ public class AttachmentController {
}
@AOPLog
@RequestRateLimit
@IgnoreGlobalReturn
@GetMapping({"/read/{id}", "/download/{id}"})
public void readById(@PathVariable String id, @RequestParam(required = false) Integer thumbWidth, @RequestParam(required = false) Integer thumbHeight) throws UnsupportedEncodingException {