Spaces:
Sleeping
Sleeping
Change port
Browse files
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:
|
148 |
-
r.Run(":
|
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 |
+
}
|