mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 08:13:27 -05:00
Cherry pick 0b11888ed2
This commit is contained in:
parent
66ed2ce62a
commit
d3ce4bedd7
|
|
@ -17,7 +17,8 @@ public class EndpointSettings : ViewModel
|
|||
return new EndpointSettings[]
|
||||
{
|
||||
new("https://fortnitecentral.genxgames.gg/api/v1/aes", "$.['mainKey','dynamicKeys']"),
|
||||
new("https://fortnitecentral.genxgames.gg/api/v1/mappings", "$.[?(@.meta.compressionMethod=='Oodle')].['url','fileName']")
|
||||
// new("https://fortnitecentral.genxgames.gg/api/v1/mappings", "$.[?(@.meta.compressionMethod=='Oodle')].['url','fileName']")
|
||||
new("https://fortnitecentral.genxgames.gg/api/v1/mappings", "$.[0].['url','fileName']") // just get the first available, not just oodle! (Unfortunately not default except when resetting settings)
|
||||
};
|
||||
default:
|
||||
return new EndpointSettings[] { new(), new() };
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user