1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed old url references

This commit is contained in:
Krateng
2019-05-12 11:58:51 +02:00
parent 374fc6d885
commit 3ba7e4cfef
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ function saveAPIkey() {
function checkAPIkey() {
saveAPIkey()
url = "/db/test?key=" + document.getElementById("apikey").value
url = "/api/test?key=" + document.getElementById("apikey").value
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && (this.status == 204 || this.status == 205)) {