feat(subscribe): update subscription route to use V2 handler
This commit is contained in:
parent
41d660bb9e
commit
740dd48763
@ -87,7 +87,7 @@ func RegisterSubscribeHandlers(router *gin.Engine, serverCtx *svc.ServiceContext
|
|||||||
if path == "" {
|
if path == "" {
|
||||||
path = "/api/subscribe"
|
path = "/api/subscribe"
|
||||||
}
|
}
|
||||||
router.GET(path, SubscribeHandler(serverCtx))
|
router.GET(path, V2SubscribeHandler(serverCtx))
|
||||||
|
|
||||||
router.GET(path+"/v2", V2SubscribeHandler(serverCtx))
|
router.GET(path+"/v2", V2SubscribeHandler(serverCtx))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user