changed API Endpoint to HTTPS

This commit is contained in:
Alec Hoefler 2021-04-11 15:16:11 +02:00
parent b5de01386a
commit 5e6f5ed750
No known key found for this signature in database
GPG key ID: 1680F098C272750C
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,