You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
test = 2
|
|
|
|
|
|
if test == 2:
|
|
|
|
|
|
_out.json(
|
|
|
_db.query('SELECT nome FROM produto')
|
|
|
)
|
|
|
else:
|
|
|
_out.json(
|
|
|
_val.map().set('error', 'Ocorreu uma falha...')
|
|
|
)
|
|
|
|