mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Correct Port
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const apiUri = "http://localhost:6530";
|
||||
const apiUri = "http://localhost:6531";
|
||||
|
||||
async function GetData(uri){
|
||||
let request = await fetch(uri, {
|
||||
|
Reference in New Issue
Block a user