Merge pull request #1220 from Safelite/feature/jzimmerman/INSR-9648

Feature/jzimmerman/insr 9648
This commit is contained in:
Jeremy-Z 2026-05-08 15:22:33 -04:00 committed by GitHub
commit c7b8bd7de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,11 +123,6 @@ const routes = [
}); });
return null; return null;
} }
},
{
name: "error",
path: "/virtual/error",
virtual: true,
} }
]; ];