Moved translations DB to root, updated references to it
This commit is contained in:
@@ -172,7 +172,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
||||
func main() {
|
||||
fmt.Printf("Starting server...")
|
||||
var err error
|
||||
db, err = sqlx.Connect("sqlite3", "translations.db")
|
||||
db, err = sqlx.Connect("sqlite3", "../translations.db")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user