From 1c445b076812bbcbe53e217956442a98784f3a1b Mon Sep 17 00:00:00 2001 From: iontalp Date: Mon, 27 Jul 2026 03:31:22 +0200 Subject: [PATCH] Add dark mode UI with PocketBase auth --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 7c6d6bb..eb6e844 100755 --- a/src/main.js +++ b/src/main.js @@ -2,7 +2,7 @@ import './style.css' import PocketBase from 'pocketbase' // PocketBase bağlantısını kur (Kendi PocketBase domain adresini yaz) -const pb = new PocketBase('https://pb.iontalp.com') +const pb = new PocketBase('https://pocketbase.iontalp.com') const app = document.getElementById('app')