Skip to content

Commit

Permalink
Prod push
Browse files Browse the repository at this point in the history
  • Loading branch information
djmotor90 committed Nov 18, 2023
1 parent 419883c commit f69bc88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const port = 3001;
require('dotenv').config();
app.use(express.json());
app.use(express.urlencoded({ extended: false }));
app.use(cors({
origin: 'http://132.145.219.172' // Replace with your frontend's origin
}));
app.use(cors());
//AWS BUCKET CONNECTION //
const { uploadFile, getFileStream } = require('./s3')

Expand Down

0 comments on commit f69bc88

Please sign in to comment.