Refine
This commit is contained in:
2
main.py
2
main.py
@@ -54,7 +54,7 @@ async def fastapi_set_extension_data(network: str, req: Request) -> ChangeSet:
|
|||||||
props = await req.json()
|
props = await req.json()
|
||||||
print(props)
|
print(props)
|
||||||
cs = set_extension_data(network, ChangeSet(props))
|
cs = set_extension_data(network, ChangeSet(props))
|
||||||
print(cs)
|
print(cs.operations[0])
|
||||||
return cs
|
return cs
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user