c2 / wsgi.py
lqfjun's picture
Update wsgi.py
b4ec910
raw
history blame contribute delete
No virus
61 Bytes
from api1 import app
if __name__ == "__main__":
app.run()