set new path for proxy pass and location, with slash in the end of paths

This commit is contained in:
2025-10-06 02:48:10 +05:00
parent 85c7c9cfb7
commit 9065f34365
5 changed files with 19 additions and 14 deletions
@@ -2,10 +2,10 @@
package middleware
import (
"context"
"net/http"
"strings"
"serv_golang_rest_api/internal/utils"
"context"
"net/http"
"serv_golang_rest_api/internal/utils"
"strings"
)
func AuthMiddleware(next http.Handler) http.Handler {