hvanu commited on
Commit
98e2d95
·
1 Parent(s): 9ef2fb2

Change port

Browse files
Files changed (1) hide show
  1. main.go +3 -3
main.go CHANGED
@@ -144,6 +144,6 @@ func main() {
144
  c.HTML(http.StatusOK, "index_partial.html", gin.H{})
145
  })
146
 
147
- log.Println("Serving on http://localhost:8080")
148
- r.Run(":8080")
149
- }
 
144
  c.HTML(http.StatusOK, "index_partial.html", gin.H{})
145
  })
146
 
147
+ log.Println("Serving on http://localhost:7860")
148
+ r.Run(":7860")
149
+ }