From be027757b79e67ceeb47d547a26b4af04d8f569b Mon Sep 17 00:00:00 2001 From: Jimmy Neville Date: Wed, 17 Jan 2024 15:08:06 -0500 Subject: [PATCH] Localtesting false --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 823b61a..4e368f0 100644 --- a/app.js +++ b/app.js @@ -5,7 +5,7 @@ const cors = require('cors') require('dotenv/config') const app = express() -const localTesting = true +const localTesting = false // Connect to DB: mongoose.connect(