refactor: update module path from github.com/nexavpn/nexavpn/backend to nexavpn/backend
Update go.mod module declaration and all internal imports across the backend codebase to use simplified nexavpn/backend path instead of full GitHub URL.
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
|
||||
"github.com/go-chi/chi/v5/middleware"
|
||||
|
||||
"github.com/nexavpn/nexavpn/backend/internal/apiutil"
|
||||
"github.com/nexavpn/nexavpn/backend/internal/auth"
|
||||
"github.com/nexavpn/nexavpn/backend/internal/requestctx"
|
||||
"nexavpn/backend/internal/apiutil"
|
||||
"nexavpn/backend/internal/auth"
|
||||
"nexavpn/backend/internal/requestctx"
|
||||
)
|
||||
|
||||
func BaseMiddleware(next http.Handler) http.Handler {
|
||||
|
||||
Reference in New Issue
Block a user