Skip to content

Commit e7f6b5c

Browse files
committed
Update app.js
1 parent 6e2b8c4 commit e7f6b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const express = require('express')
22
const app = express()
33
const fs = require("fs");
44
const port = 3000
5+
var cors = require('cors');
56
app.use(cors());
67

78
app.get('/', (req, res) => {

0 commit comments

Comments
 (0)