2022-02-14 11:13:33 +03:00
|
|
|
from app import app
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-02-05 08:56:33 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
@app.route("/error-assert-template-variable-not-found")
|
|
|
|
def error_assert_template_variable_not_found():
|
2022-02-05 08:56:33 +03:00
|
|
|
return ""
|