zcash-grant-system/backend/grant/comment/views.py

5 lines
103 B
Python
Raw Permalink Normal View History

from flask import Blueprint
2018-09-10 09:55:26 -07:00
2018-09-18 15:20:17 -07:00
blueprint = Blueprint("comment", __name__, url_prefix="/api/v1/comment")
2018-09-10 09:55:26 -07:00