This website requires JavaScript.
Explore
Help
Register
Sign In
JohnHammond
/
CTFd
mirror of
https://github.com/JohnHammond/CTFd.git
Watch
1
Star
0
Fork
You've already forked CTFd
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c0ea9b760
CTFd
/
serve.py
4 lines
94 B
Python
Raw
Blame
History
from
CTFd
import
create_app
app
=
create_app
(
)
app
.
run
(
debug
=
True
,
host
=
"
0.0.0.0
"
,
port
=
4000
)
Reference in New Issue
View Git Blame
Copy Permalink