From 5e85e7c0e2e47d270bcbde0abb00ebf658181c07 Mon Sep 17 00:00:00 2001 From: paul-nothaft <40865108-paul-nothaft@users.noreply.replit.com> Date: Thu, 23 Oct 2025 11:31:53 +0000 Subject: [PATCH] Improve the system for managing user permissions and roles Update user role management logic and database schema to support granular permission assignments. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/XZ04DPQ --- .replit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.replit b/.replit index 83d0480..a572720 100644 --- a/.replit +++ b/.replit @@ -26,10 +26,6 @@ externalPort = 3001 localPort = 41353 externalPort = 3000 -[[ports]] -localPort = 43181 -externalPort = 4200 - [[ports]] localPort = 44261 externalPort = 3003