Source code for server.web.wsgi

from jobmon.server.web.api import get_app

[docs] app = get_app()