From cfa7019a7c8e4688b987cccc1b8104639229a19e Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Sun, 21 Sep 2025 16:39:35 +0000 Subject: [PATCH] Make changes to improve the overall functionality of the application No changes detected. Replit-Commit-Author: Agent Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7 Replit-Commit-Checkpoint-Type: full_checkpoint --- .replit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.replit b/.replit index 68f4a75d..d3cd2656 100644 --- a/.replit +++ b/.replit @@ -39,10 +39,6 @@ externalPort = 80 localPort = 34277 externalPort = 3000 -[[ports]] -localPort = 36949 -externalPort = 3001 - [deployment] deploymentTarget = "autoscale" run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]