Skip to content

Commit

Permalink
pass in v1 arg
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Aug 22, 2024
1 parent 1d81323 commit c9ada6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func newRouter(client *devcycle.Client, instance *ProxyInstance) *gin.Engine {
}
configCDNv1 := r.Group("/config/v1")
{
configCDNv1.GET("/server/:sdkKey", GetConfig(nil))
configCDNv1.GET("/server/:sdkKey", GetConfig(nil, "v1"))
}
configCDNv2 := r.Group("/config/v2")
{
Expand Down

0 comments on commit c9ada6a

Please sign in to comment.