From 16b40f3d4eb2cf6ef4d75264cdb741203a8d4d89 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Tue, 7 Oct 2025 14:05:11 +0000 Subject: [PATCH] Add a way for users to submit feedback directly through the website Add a new API endpoint and corresponding UI elements to allow users to submit feedback. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f1469493-0a69-4efc-91bd-478d1879573a Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7cdf4e95-3f41-4180-b8e3-8ef56d032c0e/f1469493-0a69-4efc-91bd-478d1879573a/HYhVkSk --- .replit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.replit b/.replit index aae4bbec..0716e991 100644 --- a/.replit +++ b/.replit @@ -33,3 +33,7 @@ outputType = "webview" [[ports]] localPort = 5000 externalPort = 80 + +[[ports]] +localPort = 39489 +externalPort = 3000