mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-07 04:30:09 -05:00
Enabled the table creation logic
This commit is contained in:
@@ -15,6 +15,10 @@ try {
|
||||
|
||||
module.exports.database = db;
|
||||
|
||||
// Create all tables & insert the defaults
|
||||
require("./controller/tables").create();
|
||||
require("./controller/tables").insert();
|
||||
|
||||
// Register middlewares
|
||||
app.use(express.json());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user