aboutsummaryrefslogtreecommitdiff
path: root/store/works/bruno/ComfyUI/Upload Image.bru
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-04 14:34:37 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-04 14:34:37 +0800
commit97b51e84b81d3afa62f316769bfea614e5b1aefc (patch)
tree2aec3195c1e4fcf3b09a2659f1526253fa5a7fa4 /store/works/bruno/ComfyUI/Upload Image.bru
parent94e018f503d4a656c7f7d5b86ce3a47babfadd8d (diff)
downloadcrupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.tar.gz
crupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.tar.bz2
crupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.zip
chore: delete works from work tree.
Diffstat (limited to 'store/works/bruno/ComfyUI/Upload Image.bru')
-rw-r--r--store/works/bruno/ComfyUI/Upload Image.bru18
1 files changed, 0 insertions, 18 deletions
diff --git a/store/works/bruno/ComfyUI/Upload Image.bru b/store/works/bruno/ComfyUI/Upload Image.bru
deleted file mode 100644
index 92b4aeb..0000000
--- a/store/works/bruno/ComfyUI/Upload Image.bru
+++ /dev/null
@@ -1,18 +0,0 @@
-meta {
- name: Upload Image
- type: http
- seq: 2
-}
-
-post {
- url: {{BASE_URL}}/upload/image
- body: multipartForm
- auth: none
-}
-
-body:multipart-form {
- overwrite: true
- type: input
- subfolder: crupest-test
- image: @file(/Users/crupest/codes/crupest/assets/crupest-transparent.png)
-}