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

Function error_js

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

Source from the content-addressed store, hash-verified

581@pgCSRFProtect.exempt
582@pga_login_required
583def error_js():
584 return make_response(
585 render_template('browser/js/error.js', _=gettext),
586 200, {'Content-Type': MIMETYPE_APP_JS})
587
588
589@blueprint.route("/js/messages.js")

Callers

nothing calls this directly

Calls 1

make_responseFunction · 0.85

Tested by

no test coverage detected