Skip to content

Commit

Permalink
added env files and require to import #17
Browse files Browse the repository at this point in the history
  • Loading branch information
JColeman1550 committed Jan 7, 2025
1 parent 6abcf6f commit c94827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/reviews.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cloudinary = require('../middleware/cloudinary')
import Review from "../models/Review.js"
import Review from '../models/Review.js'

const reviewController = {
deleteReview: async (req, res) => {
Expand Down

0 comments on commit c94827b

Please sign in to comment.