关闭公开注册并优化仪表盘
This commit is contained in:
@@ -47,7 +47,6 @@ func Setup(h *Handlers) *gin.Engine {
|
||||
api := r.Group("/api")
|
||||
{
|
||||
api.POST("/auth/login", h.Auth.Login)
|
||||
api.POST("/auth/register", h.Auth.Register)
|
||||
|
||||
// 源头侧接口:上游发货平台查询订单并回传发货结果。
|
||||
sourceOpen := api.Group("/open/v1")
|
||||
|
||||
Reference in New Issue
Block a user