Wichige änderung an DB

This commit is contained in:
Timo Knuth
2025-11-05 12:02:59 +01:00
parent 2f0208ebf9
commit f31992b952
37 changed files with 2774 additions and 2596 deletions

View File

@@ -86,10 +86,10 @@ export default function DashboardPage() {
},
{
id: '5',
title: 'Contact Email',
title: 'Contact Card',
type: 'DYNAMIC' as const,
contentType: 'EMAIL',
slug: 'contact-email-qr',
contentType: 'VCARD',
slug: 'contact-card-qr',
status: 'ACTIVE' as const,
createdAt: '2025-08-07T10:04:00Z',
scans: 0,
@@ -255,7 +255,7 @@ export default function DashboardPage() {
}
try {
const response = await fetch(`/api/qrs/${id}`, {
const response = await fetchWithCsrf(`/api/qrs/${id}`, {
method: 'DELETE',
});