wip
This commit is contained in:
parent
47a2cc2ea3
commit
ee2233ceae
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ app = Flask(__name__)
|
|||
def home():
|
||||
return str(query(
|
||||
'''
|
||||
SELECT FROM messages
|
||||
SELECT * FROM messages
|
||||
ORDER BY date
|
||||
LIMIT 10
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue