diff --git a/backend/index.js b/backend/index.js index b03386d..9e6fc7c 100644 --- a/backend/index.js +++ b/backend/index.js @@ -3,6 +3,7 @@ const app = express(); const status = require('http-status'); const fetch = require('node-fetch'); var mysql = require('mysql'); +const path = require('path'); var connection = mysql.createConnection({ host: 'localhost', user: 'simcompanies',