dengbiao 2 주 전
부모
커밋
d38c1a31f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go 파일 보기

@@ -67,7 +67,7 @@ func Init() *gin.Engine {
}

func route(r *gin.RouterGroup) {
r.GET("/test", hdl.Demo)
r.POST("/test", hdl.Demo)
r.POST("/login", hdl.Login)
{
//打包机调用,不需要校验


불러오는 중...
취소
저장