fixed duplicate upload namespace

This commit is contained in:
Kevin Froman 2019-07-02 19:43:18 -05:00
parent 4538a7e470
commit 98fcd9d139
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class PublicEndpoints:
return resp
@public_endpoints_bp.route('/upload', methods=['post'])
def upload():
def upload_endpoint():
'''Accept file uploads. In the future this will be done more often than on creation
to speed up block sync
'''