diff --git a/src/database/index.js b/src/database/index.js index 0979c10..a687988 100644 --- a/src/database/index.js +++ b/src/database/index.js @@ -1,6 +1,6 @@ import Database from "better-sqlite3"; -export const flopoDB = new Database("flopobot.db"); +export const flopoDB = new Database("db/flopobot.db"); /* ------------------------- CREATE ALL TABLES FIRST