提交 04319a6b 编写于 作者: U UlricQin

add /v1/n9e/users

上级 952f6b13
......@@ -220,5 +220,6 @@ func configRoute(r *gin.Engine, version string) {
service := r.Group("/v1/n9e", gin.BasicAuth(config.C.BasicAuth))
{
service.Any("/prometheus/*url", prometheusProxy)
service.POST("/users", userAddPost)
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册