From 285b066c3a1993bd6ba5e4874d1ba76fd00953fb Mon Sep 17 00:00:00 2001 From: masterElmar Date: Sun, 31 Mar 2024 18:58:04 +0200 Subject: [PATCH] fixed index url --- pb_public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_public/index.html b/pb_public/index.html index 55336b7..6e7f81c 100644 --- a/pb_public/index.html +++ b/pb_public/index.html @@ -48,7 +48,7 @@ const sliderArrayQuery = []; - const pb = new PocketBase('http://127.0.0.1:8090'); + const pb = new PocketBase('http://192.168.178.57:8090'); const media = pb.collection('media').getFullList(2000, { sort: '-created',