Private
Public Access
1
0
This commit is contained in:
2023-12-10 10:40:15 +01:00
parent b1d8688c0c
commit 057fde3a85
4 changed files with 12 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ def api_get_dataframe(startdatetime, df):
' longitude': longitude,
})
return 200, "", data
return 200, "Success", data
@login_required()