fix: change to html/template for more security

This commit is contained in:
jabuxas 2024-09-19 15:38:43 -03:00
parent e42f307bd1
commit 444c725fc6

View File

@ -6,12 +6,12 @@ import (
"crypto/subtle"
"encoding/hex"
"fmt"
"html/template"
"io"
"log/slog"
"net/http"
"os"
"path/filepath"
"text/template"
)
type Application struct {