Fixes in progress
This commit is contained in:
parent
fc85704a31
commit
0e777c4d75
3 changed files with 12 additions and 4 deletions
3
app.py
3
app.py
|
|
@ -5,7 +5,7 @@ try:
|
|||
import ujson as json
|
||||
except:
|
||||
import json
|
||||
|
||||
"""
|
||||
server=ServerDbTask()
|
||||
|
||||
@pastafari_app.route('/test')
|
||||
|
|
@ -21,3 +21,4 @@ def test():
|
|||
arr_row.append(row)
|
||||
|
||||
return json.dumps(arr_row)
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue