new testarena
This commit is contained in:
6
asf-cloud-server/testarena_1/wsgi.py
Normal file
6
asf-cloud-server/testarena_1/wsgi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000)
|
||||
Reference in New Issue
Block a user