Added new logic (temporary logic for getting files by search) and converting from files to txt

This commit is contained in:
Kikimanox
2022-08-29 22:53:49 +02:00
parent dd42b56c28
commit c8586513a9
6 changed files with 131 additions and 45 deletions
@@ -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'