mark todo

This commit is contained in:
Lt.Dr.Data 2023-05-16 18:30:33 +09:00
parent 14aed1b320
commit a750e38824

View File

@ -368,6 +368,7 @@ class PromptServer():
@routes.post("/clipspace/paste")
async def clipspace_copy(request):
# todo...
import execution
json_data = await request.json()
id = json_data['node_id']