Added image upload to email and multiple recipients BOD-103
This commit is contained in:
@@ -22,8 +22,8 @@ const port = process.env.PORT || 5000;
|
||||
//const port = 5000;
|
||||
|
||||
app.use(compression());
|
||||
app.use(bodyParser.json());
|
||||
app.use(bodyParser.urlencoded({ extended: true }));
|
||||
app.use(bodyParser.json({ limit: "50mb" }));
|
||||
app.use(bodyParser.urlencoded({ limit: "50mb", extended: true }));
|
||||
//app.use(enforce.HTTPS({ trustProtoHeader: true }));
|
||||
app.use(cors());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user