Fingerprint route not changed

This commit is contained in:
Tanshu 2013-01-02 19:21:36 +05:30
parent 6990131bf2
commit fc06aab741
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from brewman.models.voucher import Fingerprint
__author__ = 'tanshu'
@view_config(request_method='POST', route_name='fingerprint', renderer='json', permission='Authenticated')
@view_config(request_method='POST', route_name='api_fingerprint', renderer='json', permission='Authenticated')
def show_list(request):
filename = request.POST['uploadedFile'].filename
input_file = request.POST['uploadedFile'].file