add post_data to output for debug

This commit is contained in:
simon 2021-07-20 16:30:42 +07:00
parent d87f449e21
commit f74927774c
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ def monthly():
def ingest():
""" handle post request from monitor """
post_data = request.json
print(post_data)
insert_data(post_data)
return 'ingest'