set new path for proxy pass and location, with slash in the end of paths
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user