index
:
Curie-Web
dependabot/pip/fastapi-0.65.2
dependabot/pip/jinja2-2.11.3
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run.py
blob: a9ae0b45fd8b5caa6c04947fc40e457a5d9a017b (
plain
)
1
2
3
#! /usr/bin/env python
from
app
import
app
app
.
run
(
debug
=
True
,
host
=
"0.0.0.0"
,
port
=
8080
)