Spaces:
lqfjun
/
Runtime error

c5 / wsgi.py
lqfjun's picture
Create wsgi.py
641c0b1
raw
history blame
61 Bytes
from api1 import app
if __name__ == "__main__":
app.run()