This commit is contained in:
GMatrixGames 2024-05-04 00:02:14 -04:00
parent 66ed2ce62a
commit d3ce4bedd7
No known key found for this signature in database
GPG Key ID: 685EB7EF9A26807C

View File

@ -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() };