MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / exposed_urls

Function exposed_urls

web/pgadmin/browser/__init__.py:573–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571@blueprint.route("/js/endpoints.js")
572@pgCSRFProtect.exempt
573def exposed_urls():
574 return make_response(
575 render_template('browser/js/endpoints.js'),
576 200, {'Content-Type': MIMETYPE_APP_JS}
577 )
578
579
580@blueprint.route("/js/error.js")

Callers

nothing calls this directly

Calls 1

make_responseFunction · 0.85

Tested by

no test coverage detected