src copy from Markus

This commit is contained in:
titver968
2025-02-25 14:49:28 +01:00
parent 7f1ae4b407
commit 882603d075
60 changed files with 2306 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
import { client } from '$lib/minio';
/** @type {import('./$types').RequestHandler} */
export async function GET(params) {
console.log('GET', params);
}