Skip to content
Snippets Groups Projects
Commit 3b5a4b5d authored by Jennifer Lindgren's avatar Jennifer Lindgren
Browse files

Backend: Host IP.

parent 0ce2ec6c
No related branches found
No related tags found
No related merge requests found
...@@ -616,7 +616,7 @@ def get_project_messages_request(project_id): ...@@ -616,7 +616,7 @@ def get_project_messages_request(project_id):
if __name__ == '__main__': if __name__ == '__main__':
socketio.run(app, host='192.168.1.123') socketio.run(app, host='0.0.0.0')
""" If you deleted the db, run the following to re-initialize it. """ """ If you deleted the db, run the following to re-initialize it. """
# db.db.create_all() # db.db.create_all()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment