multiple changes WIP WIP NIT WORKING
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user