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')