From 4314d012b92946a6b8fa9faf13cd21febda6396d Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 01:45:14 +0200 Subject: [PATCH] add dependency --- backend/index.js | 1 + 1 file changed, 1 insertion(+) 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',