This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
cutedb/runserver.py

3 lines
60 B
Python

from webapp import app
app.run("0.0.0.0", 2007, debug=True)