wanghuidong 4 년 전
부모
커밋
10e4e135d3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      router/pageRouter.go

+ 0 - 1
router/pageRouter.go

@@ -17,7 +17,6 @@ func pageRouterRegister(router *gin.Engine) {
 
 func login(context *gin.Context) {
 	context.HTML(200, "login.html", nil)
-	context.HTML(200, "login.html", nil)
 }
 
 func chooseProductPage(context *gin.Context) {