Esempio n. 1
0
def find_document():
    html = request.json['id_doc']
    return Document.findDoc(Document(html))