mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update url matching
This commit is contained in:
@@ -83,7 +83,7 @@ namespace ServiceStack.Host
|
||||
}
|
||||
}
|
||||
|
||||
public readonly Dictionary<string, List<RestPath>> RestPathMap = new Dictionary<string, List<RestPath>>();
|
||||
public readonly Dictionary<string, List<RestPath>> RestPathMap = new Dictionary<string, List<RestPath>>(StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
public void RegisterRestPaths(Type requestType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user