X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fagent%2Fapiv1-sdks.go;fp=lib%2Fagent%2Fapiv1-sdks.go;h=73ad2afdd81454713e382318c5f9be9ef904f77e;hb=e904bbbca32614da95384d11f6ad5e53ea1e0036;hp=ee6409d6ff70ec54cebc2d76501af4f083868811;hpb=a58e296c780f3f9f3a8f71a27cef0d202b13674b;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 }