Skip to content

Commit

Permalink
Implemented Client Library
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh1969 authored Aug 3, 2019
1 parent 13deb1a commit 8391eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def allowed_file(filename):
return '.' in filename and filename.rsplit('.', 1)[1].lower() in ALLOWED_EXTENSIONS

def _url(path):
return 'http://localhost:5000/yaba/v1/' + path
return 'http://yaba_api:5000/yaba/v1/' + path

def postRequest(request,endpoint):
if 'fileName' not in request.files:
Expand Down

0 comments on commit 8391eb9

Please sign in to comment.