Correct Port

This commit is contained in:
glax 2023-05-24 22:56:15 +02:00
parent 878f77766f
commit fd3423d03c

View File

@ -1,4 +1,4 @@
const apiUri = "http://localhost:6530";
const apiUri = "http://localhost:6531";
async function GetData(uri){
let request = await fetch(uri, {