mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Removed slash from v2 get all templates route
This commit is contained in:
@@ -8,7 +8,7 @@ from app.v2.templates import v2_templates_blueprint
|
||||
from app.v2.templates.templates_schemas import get_all_template_request
|
||||
|
||||
|
||||
@v2_templates_blueprint.route("/", methods=['GET'])
|
||||
@v2_templates_blueprint.route("", methods=['GET'])
|
||||
def get_templates():
|
||||
data = validate(request.args.to_dict(), get_all_template_request)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user