wanghuidong 4 năm trước cách đây
mục cha
commit
10e4e135d3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {