Update index.js

This commit is contained in:
breno77alves
2024-05-08 22:17:17 -03:00
committed by GitHub
parent 408e21691b
commit 3f66d6a304

View File

@@ -19,7 +19,7 @@ if (dbuser && dbpass) {
}
const db = mongoose.connection;
//test
// Routes
const cards = require('./routes/cards');
const creatures = require('./routes/creatures');