Backend #5

Merged
sageTheDm merged 3 commits from React-Group/interstellar_ai:main into main 2024-09-20 13:42:44 +02:00
Showing only changes of commit 13c47b9743 - Show all commits

View file

@ -51,7 +51,6 @@ class API:
if action == "check_credentials":
self.db.check_credentials(data)
ssl_context = ('cert.pem', 'key.pem')
self.app.run(debug=True, host='0.0.0.0', port=5000, ssl_context=ssl_context)