basic 'site page', model and controller for FindById creation

This commit is contained in:
2020-01-04 18:02:15 -05:00
parent 191e7e825a
commit ff98c8c4fa
9 changed files with 61 additions and 16 deletions

View File

@ -4,8 +4,8 @@ var mysql = require('mysql');
var con = mysql.createConnection({
host: "localhost",
user: "root",
password: "root"
// database: "unesco"
password: "root",
database: "unesco"
});
module.exports = con;