fixed duplicate upload namespace
This commit is contained in:
parent
4538a7e470
commit
98fcd9d139
@ -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
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user