feat: update ISP API
This commit is contained in:
parent
063f32fcbb
commit
52bf41760c
@ -12,7 +12,7 @@ func Register() *gin.Engine {
|
|||||||
|
|
||||||
ipGroup := g.Group("ip")
|
ipGroup := g.Group("ip")
|
||||||
ipGroup.GET("myip", ip.MyIP)
|
ipGroup.GET("myip", ip.MyIP)
|
||||||
ipGroup.GET("isp", ip.ISP)
|
ipGroup.POST("isp", ip.ISP)
|
||||||
|
|
||||||
return g
|
return g
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user