Files
CTFd/serve.py
2015-01-01 00:45:25 -05:00

4 lines
96 B
Python

from CTFd import create_app
app = create_app('')
app.run(debug=True, host="0.0.0.0", port=4000)