Fixes in progress

This commit is contained in:
absurdo 2023-04-08 01:46:34 +02:00
parent fc85704a31
commit 0e777c4d75
3 changed files with 12 additions and 4 deletions

3
app.py
View file

@ -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)
"""