[FEAT] Auth. and user projects
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user