parent
816e0a1381
commit
0cce4f8085
@ -125,7 +125,7 @@ router.post("/", async (req, res, next) => {
|
|||||||
{
|
{
|
||||||
"@type" : "vcfg:PropertyUpdateOrCreate",
|
"@type" : "vcfg:PropertyUpdateOrCreate",
|
||||||
"vcfg:name" :"${property.name}",
|
"vcfg:name" :"${property.name}",
|
||||||
"vcfg:value" : "${property.value}"
|
"vcfg:value" : ${JSON.stringify(property.value)}
|
||||||
}
|
}
|
||||||
]`;
|
]`;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user