3074748bbc
Fixed issue where full URLs in share_link field were incorrectly being prepended with `/gallery/` prefix, resulting in malformed URLs like: `/gallery/http://localhost:3000/gallery/event-slug/token` The fix now properly handles both formats stored in the database: - Full URLs (from adminEvents.js): Used directly - Relative paths (from events.js): Prepended with `/gallery/` This ensures View Gallery links work correctly regardless of which backend endpoint created the event. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>