Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 28787717

Přidáno uživatelem Jan Pašek před asi 4 roky(ů)

Re #8475 - Created constants.js for Rest API endpoint definitions

Zobrazit rozdíly:

static/js/index.js
6 6
        }
7 7
    });
8 8

  
9
    axios.get("https://virtserver.swaggerhub.com/janpasek97/X509_management/1.0.0/api/certificates")
9
    axios.get(API_URL + "certificates")
10 10
        .then(function (response) {
11 11
            if (response.data["success"])
12 12
                response.data["data"].forEach(item => certificateListingApp.certificates.push(item))

Také k dispozici: Unified diff