Added new logic (temporary logic for getting files by search) and converting from files to txt
This commit is contained in:
@@ -18,4 +18,4 @@ def get_candidates(body): # noqa: E501
|
||||
"""
|
||||
if connexion.request.is_json:
|
||||
body = IzlusciBody.from_dict(connexion.request.get_json()) # noqa: E501
|
||||
return 'do some magic!'
|
||||
return 'do some magic!3'
|
||||
|
||||
Reference in New Issue
Block a user