actually fixed the SQL and the testing script. Added future support for rich responses

This commit is contained in:
2022-12-30 22:40:58 -08:00
parent ede1c816f1
commit 92ff0a8257
3 changed files with 62 additions and 14 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
#!/bin/sh
uwsgi_python3 --http-socket 0.0.0.0:1612 --wsgi-file /opt/kjv-api/app.py --callable app
# run from current directory only
uwsgi_python3 --http-socket 0.0.0.0:1612 --wsgi-file app.py --callable app