Skip to content
Snippets Groups Projects
Commit 4f03ae7a authored by ko_oler's avatar ko_oler
Browse files

fix

parent 0ac6bab3
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,10 @@ func (srv *Server) Action(ctx context.Context, in *pb.ActionRequest) (*pb.Action
if err != nil {
return nil, err
}
if actionURL.Scheme == "grpc" {
ext = actionURL.Extension()
}
}
svc, ok := srv.services[ext]
if !ok {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment