manoj112025's picture
Backend API's, requirements and Dockerfile added
5a4fe8b
raw
history blame contribute delete
89 Bytes
from app import app as application
# Gunicorn looks for "application"
app = application