Plugin Directory

Changeset 2260799


Ignore:
Timestamp:
03/13/2020 10:35:39 PM (6 years ago)
Author:
dessainsaraiva
Message:

Updated url domain host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • face-recognition-wp/trunk/assets/main.js

    r2253618 r2260799  
    1010    var url = null;
    1111    if (location.protocol !== "https:")
    12         url = 'http://api.facerecognitionwp.com:5004/';
     12        url = 'http://ec2-34-239-112-106.compute-1.amazonaws.com:5004/';
    1313    else
    14         url = 'https://api.facerecognitionwp.com:5001/';
     14        url = 'https://ec2-34-239-112-106.compute-1.amazonaws.com:5001/';
    1515
    1616    if(!url) console.log("Error: no HTTP/S protocol detected");
Note: See TracChangeset for help on using the changeset viewer.