mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
set up pony and waitress skeletons
This commit is contained in:
6
WebHost/run.py
Normal file
6
WebHost/run.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from waitress import serve
|
||||
|
||||
from __init__ import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
serve(app, port=80, threads=1)
|
Reference in New Issue
Block a user