mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 01:28:34 -05:00
adding master api project
This commit is contained in:
9
Master/runserver.py
Normal file
9
Master/runserver.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""
|
||||
This script runs the Master application using a development server.
|
||||
"""
|
||||
|
||||
from os import environ
|
||||
from master import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=80, debug=True)
|
Reference in New Issue
Block a user