()
| 581 | @pgCSRFProtect.exempt |
| 582 | @pga_login_required |
| 583 | def 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") |
nothing calls this directly
no test coverage detected