From 99e2e923d0c77b02f3fb4ff648ea916954868606 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/misc/bruno/ComfyUI/Get Object Info.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 store/misc/bruno/ComfyUI/Get Object Info.bru (limited to 'store/misc/bruno/ComfyUI/Get Object Info.bru') diff --git a/store/misc/bruno/ComfyUI/Get Object Info.bru b/store/misc/bruno/ComfyUI/Get Object Info.bru new file mode 100644 index 0000000..d1a833c --- /dev/null +++ b/store/misc/bruno/ComfyUI/Get Object Info.bru @@ -0,0 +1,11 @@ +meta { + name: Get Object Info + type: http + seq: 4 +} + +get { + url: {{BASE_URL}}/object_info + body: none + auth: none +} -- cgit v1.2.3