development #1

Merged
titus merged 12 commits from development into main 2025-05-14 13:42:23 +02:00
Showing only changes of commit 06427253e4 - Show all commits

View File

@@ -2,7 +2,7 @@ import { client } from '$lib/minio';
import { json } from '@sveltejs/kit';
// rename operation
export async function PUT({ request }) {
const data = await request.json();