+ Control whether all API traffic is routed through Vercel. This affects every request + across all users. Changes propagate within ~15 seconds. +
++ {enabled + ? 'All API traffic is currently being routed through Vercel. This is the universal routing mode.' + : 'Normal routing is active. API traffic follows the default routing path.'} +
+
+