You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some possibilities:
---
1. Either have some configuration relevant enumerations implement interfaces and allow substitution.
1. Or use other concepts (properties per e.g. Muster pattern loaded from configuration).
1. Or include generic indexless patterns.
The route 3 is the quickest to add. If it fails a fallback to two comes with bigger code changes.