Update sqlite.go

pull/17/head
m6wxe5yrs 2 years ago
parent 05bddacd7f
commit 635bd165db

@ -179,7 +179,7 @@ func SqliteQueryXYZ(c *gin.Context) {
func SqliteQueryTRANSLATION(c *gin.Context) {
appG := app.Gin{C: c}
s := c.Query("str")
db, err := sql.Open("sqlite3", "info.db")
db, err := sql.Open("sqlite3", "info1.db")
if err != nil {
fmt.Println(err)
}

Loading…
Cancel
Save