Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AkarshanGhosh committed Jan 21, 2025
1 parent 499992f commit 40e92da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const express = require('express');
const cors = require('cors');
const http = require('http'); // For HTTP server
//const https = require('https'); // For HTTPS server if needed
const https = require('https'); // For HTTPS server if needed
const fs = require('fs'); // For reading SSL certificates (optional for HTTPS)
const connectToMongo = require('./db');

Expand Down

0 comments on commit 40e92da

Please sign in to comment.