-
Mahmoud Aglan authored
/facilities/space-assignment and /facilities/schedule-builder were registered after /facilities/{facility}, so Laravel matched the wildcard first and tried to resolve the literal slugs as UUIDs, crashing with invalid uuid syntax. Static routes are now declared before the wildcard. Co-Authored-By:Claude Opus 4.8 <noreply@anthropic.com>
abd15a9b