This commit is contained in:
Leon Bösche
2026-01-09 17:01:41 +01:00
parent e9df8f7d9f
commit ebb97f4f39
5 changed files with 82 additions and 31 deletions

View File

@@ -2,13 +2,13 @@ package http
import (
"encoding/json"
"fmt"
"io"
"net/http"
"os"
"path/filepath"
"strings"
"time"
"fmt"
"go.b0esche.cloud/backend/internal/audit"
"go.b0esche.cloud/backend/internal/auth"