IO-3092 implement backwards compatibility for Cloudinary documents.

This commit is contained in:
Patrick Fic
2025-02-06 14:37:16 -08:00
parent 4d2d9500ff
commit fbb473941c
4 changed files with 24 additions and 29 deletions

View File

@@ -293,7 +293,7 @@ const applySocketIO = async ({ server, app }) => {
*/
const main = async () => {
const app = express();
const port = process.env.PORT || 5000;
const port = process.env.PORT || 4000;
const server = http.createServer(app);