updated sops apis and questions generator

This commit is contained in:
2024-09-25 21:40:08 +00:00
parent 1bfc773782
commit cd10cdaf7d
11 changed files with 84 additions and 114 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ app = create_app()
if __name__ == '__main__':
app.run(debug=True, port=5402)
app.run(host='0.0.0.0', port=5402, debug=True)