KOK - MANAGER
Edit File: passenger_wsgi.py
import sys, os sys.path.insert(0, os.path.dirname(__file__)) from frontend_flask.app import app as application