mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
4 lines
109 B
Python
4 lines
109 B
Python
from CTFd import create_app
|
|
app = create_app()
|
|
app.run(debug=True, threaded=True, host="0.0.0.0", port=4000)
|