Skip to content

Commit

Permalink
testing without app.use(cors()) line
Browse files Browse the repository at this point in the history
  • Loading branch information
if22b088 committed Aug 26, 2024
1 parent 84c4413 commit 4fdf710
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 @@ -8,7 +8,7 @@ var logger = require('morgan');
var todosRouter = require('./routes/todos');

var app = express();
app.use(cors());
//app.use(cors());

// view engine setup
app.set('views', path.join(__dirname, 'views'));
Expand Down

0 comments on commit 4fdf710

Please sign in to comment.