chore(test): add test for cache control and security headers

This commit is contained in:
2024-12-16 22:51:23 +01:00
parent 9bb603970d
commit 23aa3d4b0e
4 changed files with 89 additions and 22 deletions

View File

@@ -2,11 +2,10 @@ package middleware
import (
"fmt"
"net/http"
"strings"
"me-fit/service"
"net/http"
)
type csrfResponseWriter struct {