mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Removed URI from preview response
This commit is contained in:
@@ -29,8 +29,7 @@ def post_template_preview(template_id):
|
||||
check_placeholders(template_object)
|
||||
|
||||
resp = create_post_template_preview_response(template=template,
|
||||
body=str(template_object),
|
||||
url_root=request.url_root)
|
||||
body=str(template_object))
|
||||
|
||||
return jsonify(resp), 200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user