Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiwy committed Dec 6, 2019
1 parent e2664d4 commit 5021863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middleware/usage_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func init() {
}

func UsageCount(c *gin.Context) {
channel <- c.Request.RequestURI
}
channel <- c.Request.URL.Path
}

0 comments on commit 5021863

Please sign in to comment.