Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 5b6d9513

Přidáno uživatelem Michal Seják před asi 4 roky(ů)

Re #8476 - Implemented and tested `get_cert_details(id)`.

Zobrazit rozdíly:

app.py
25 25
    return CertController.get_certificate_by_id(id)
26 26

  
27 27

  
28
@app.route('/api/certificates/<id>/details', methods=["GET"])
29
def get_cert_detes(id):
30
    return CertController.get_certificate_details_by_id(id)
31

  
32

  
28 33
if __name__ == '__main__':
29 34
    host = "0.0.0.0"
30 35
    port = 5000

Také k dispozici: Unified diff