[FEAT] Auth. and user projects

This commit is contained in:
2026-01-01 18:23:42 +01:00
parent 8e1b5fa77c
commit 7e51896d00
11 changed files with 590 additions and 16 deletions

View File

@@ -68,7 +68,7 @@
loading.value = true;
try {
const res = await fetch('https://pb1.adhd.sh/api/collections/feedback/records', {
const res = await fetch(`${import.meta.env.VITE_POCKETBASE_URL}/api/collections/feedback/records`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',