From e4b00ea227286102215bbe59debc25f74e24c9bb Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Tue, 22 Jul 2025 08:16:01 -0500 Subject: [PATCH] Force fresh deployment for new API endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 Deployment Trigger: - Force new deployment to ensure API endpoints are detected - New endpoints should be available: - /api/collections (GET, POST) - /api/collections/add-card (POST) - /api/cards/find-or-create (POST) - /api/test-db-local (GET) Testing card scanning and collection management flow.