feat: image file preview

This commit is contained in:
2025-10-24 20:11:43 +02:00
parent 855c4e6d33
commit d71603cec8
3 changed files with 77 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
meta {
name: filePreview
type: http
seq: 9
}
get {
url: 127.0.0.1:1323/api/file/preview/titel.jpg
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}