From b0411efcf2459566888abf34c7524d67fb3add54 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 14 Aug 2019 16:11:47 -0400 Subject: Disabling listing videos for now --- package-lock.json | 5 +++++ package.json | 1 + views/projects.ejs | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index f9575f2..b6b9c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -868,6 +868,11 @@ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + }, "fsevents": { "version": "1.2.9", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz", diff --git a/package.json b/package.json index 61f2a73..42f511e 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "ejs": "^2.6.2", "express": "^4.17.1", "express-session": "^1.16.2", + "fs": "0.0.1-security", "moment": "^2.24.0", "mongoose": "^5.6.9", "passport": "^0.4.0", diff --git a/views/projects.ejs b/views/projects.ejs index a3ef04a..78975ec 100644 --- a/views/projects.ejs +++ b/views/projects.ejs @@ -39,7 +39,8 @@

Videos

- +

Google API disabled for now....

+ <% include ./includes/scripts %> -- cgit v1.2.3