Skip to content

Commit

Permalink
gin init twice
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Jan 6, 2024
1 parent 5ec8ad0 commit 65b977f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/exec/svr/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func initChatGPT() {
var g *gin.Engine

func initGin() {
g = gin.Default()
g = gin.New()
g.Use(gin.Logger(), gin.Recovery())

Expand Down

0 comments on commit 65b977f

Please sign in to comment.