X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fagent%2Fapiv1-sdks.go;h=73ad2afdd81454713e382318c5f9be9ef904f77e;hb=4d843d2bde236ec23810d0904dfb8aebbc53a37b;hp=ee6409d6ff70ec54cebc2d76501af4f083868811;hpb=be13167b869161b6e19dc3e94835245cdc7911e5;p=src%2Fxds%2Fxds-agent.git diff --git a/lib/agent/apiv1-sdks.go b/lib/agent/apiv1-sdks.go index ee6409d..73ad2af 100644 --- a/lib/agent/apiv1-sdks.go +++ b/lib/agent/apiv1-sdks.go @@ -3,7 +3,7 @@ package agent // sdksPassthroughInit Declare passthrough routes for sdks func (s *APIService) sdksPassthroughInit(svr *XdsServer) error { svr.PassthroughGet("/sdks") - svr.PassthroughGet("/sdk/:id") + svr.PassthroughGet("/sdks/:id") return nil }