chore: #174 make into template
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m20s

This commit is contained in:
2024-12-31 12:21:47 +01:00
parent 508aa3038b
commit 33281cb876
28 changed files with 74 additions and 74 deletions

View File

@@ -5,10 +5,10 @@ import (
"net/http"
"strings"
"me-fit/log"
"me-fit/service"
"me-fit/types"
"me-fit/utils"
"web-app-template/log"
"web-app-template/service"
"web-app-template/types"
"web-app-template/utils"
)
type csrfResponseWriter struct {