mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add media queries
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ from app import create_app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
app.run(debug=True, threaded=True, host="127.0.0.1", port=9876)
|
||||
app.run(debug=True, threaded=True, host="0.0.0.0", port=9876)
|
||||
|
||||
Reference in New Issue
Block a user