server.web.api ============== .. py:module:: server.web.api Functions --------- .. autoapisummary:: server.web.api.get_app Module Contents --------------- .. py:function:: get_app(config: Optional[jobmon.core.configuration.JobmonConfig] = None) -> flask.Flask Get a flask app based on the config. If no config is provided, defaults are used. :param config: The jobmon config to use when creating the app.