update
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
core.Server.GET("/http:add", func(c *gin.Context) {
|
core.Server.GET("/dwz", func(c *gin.Context) {
|
||||||
addr := "http" + c.Param("add")
|
addr := c.Param("addr")
|
||||||
c.String(200, addr)
|
c.String(200, addr)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user