mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-12 00:38:15 -07: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