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 957341eda5
4 changed files with 97 additions and 33 deletions

View File

@@ -1,12 +1,12 @@
package middleware
import (
"me-fit/log"
"net/http"
"strconv"
"time"
"me-fit/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)