changed API Endpoint to HTTPS
This commit is contained in:
parent
b5de01386a
commit
5e6f5ed750
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ if(!getCookie("jmtoken")){
|
|||
}else{
|
||||
_jmtoken.innerHTML="";
|
||||
$.ajax({
|
||||
url: 'http://api.tilera.xyz/jensmemes/v1/users',
|
||||
url: 'https://api.tilera.xyz/jensmemes/v1/users',
|
||||
type: 'get',
|
||||
contentType: false,
|
||||
processData: false,
|
||||
|
|
|
@ -16,7 +16,7 @@ function uploadFile(){
|
|||
}
|
||||
|
||||
$.ajax({
|
||||
url: 'http://api.tilera.xyz/jensmemes/v1/upload',
|
||||
url: 'https://api.tilera.xyz/jensmemes/v1/upload',
|
||||
type: 'post',
|
||||
data: fd,
|
||||
contentType: false,
|
||||
|
|
Loading…
Reference in a new issue