forked from pneymrl2f/nightingale
parent
f0a4c130f6
commit
aab2f8b090
@ -0,0 +1,10 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"github.com/didi/nightingale/src/modules/agent/config"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func endpoint(c *gin.Context) {
|
||||
c.String(200, config.Endpoint)
|
||||
}
|
Loading…
Reference in new issue