mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
Rewrite to Quart web-framework, refactor code.
This commit is contained in:
parent
6b300fd304
commit
67f4c34604
39 changed files with 656 additions and 980 deletions
5
run.py
Normal file
5
run.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from yellow.factory import create_app
|
||||
import settings
|
||||
|
||||
app = create_app()
|
||||
app.run(settings.HOST, port=settings.PORT, debug=settings.DEBUG, use_reloader=False)
|
Loading…
Add table
Add a link
Reference in a new issue