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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
every incoming GET request gets compared against a list of 227 regexps, many of which are redundant since they duplicate each endpoint onto the various places the client API lives. This is surely an unnecessary overhead.