mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-13 23:07:53 +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){
|
async function GetData(uri){
|
||||||
let request = await fetch(uri, {
|
let request = await fetch(uri, {
|
||||||
|
Reference in New Issue
Block a user