Skip to content
Snippets Groups Projects
Commit fec74ccd authored by Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)'s avatar Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)
Browse files

Update file flaskapp.wsgi

parent 1c736ebf
No related branches found
No related tags found
No related merge requests found
import sys import sys
sys.path.insert(0, '/var/www/html/flaskapp') sys.path.insert(0, '/var/www/html/flaskapp')
from ec2_function import app as application from flaskapp import app as application
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment