multiple changes WIP WIP NIT WORKING

This commit is contained in:
rxf
2023-06-01 15:55:04 +02:00
parent b485c08227
commit c32761ed46
9 changed files with 106 additions and 52 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ router.get('/:cmd', async function(req, res, next) {
res.json(response.data)
return
}
if (cmd === 'getoneproperty') {
if ((cmd === 'getoneproperty') || (cmd === 'getaddress')) {
res.json(response.data)
return
}