mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 09:12:28 +00:00
migrate grpc-web to traefik fork
close #12 Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@ -11,8 +11,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
|
||||
"github.com/improbable-eng/grpc-web/go/grpcweb"
|
||||
"github.com/rs/cors"
|
||||
"github.com/traefik/grpc-web/go/grpcweb"
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"go.linka.cloud/grpc-toolkit/certs"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/improbable-eng/grpc-web/go/grpcweb"
|
||||
"github.com/traefik/grpc-web/go/grpcweb"
|
||||
|
||||
"go.linka.cloud/grpc-toolkit/react"
|
||||
)
|
||||
|
Reference in New Issue
Block a user