Skip to content

Commit

Permalink
Localtesting false
Browse files Browse the repository at this point in the history
  • Loading branch information
Jneville0815 committed Jan 17, 2024
1 parent 1204dce commit be02775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit be02775

Please sign in to comment.