mirror of
https://github.com/4sval/FModel.git
synced 2026-08-24 10:24:32 -05:00
Revert 293a6e4137
This commit is contained in:
@@ -14,8 +14,8 @@ namespace FModel.Utils
|
||||
static class Endpoints
|
||||
{
|
||||
public static readonly FortniteApi FortniteAPI = new FortniteApi($"FModel/{Assembly.GetExecutingAssembly().GetName().Version}");
|
||||
public const string FORTNITE_TYPE_MAPPINGS = "https://raw.githubusercontent.com/FModel/FortMappings/master/TypeMappings.json";
|
||||
public const string FORTNITE_ENUM_MAPPINGS = "https://raw.githubusercontent.com/FModel/FortMappings/master/EnumMappings.json";
|
||||
public const string FORTNITE_TYPE_MAPPINGS = "https://raw.githubusercontent.com/FabianFG/FortniteTypeMappings/master/TypeMappings.json";
|
||||
public const string FORTNITE_ENUM_MAPPINGS = "https://raw.githubusercontent.com/FabianFG/FortniteTypeMappings/master/EnumMappings.json";
|
||||
public const string BENBOT_AES = "https://benbotfn.tk/api/v1/aes";
|
||||
public const string BENBOT_HOTFIXES = "https://benbotfn.tk/api/v1/hotfixes";
|
||||
public const string FMODEL_JSON = "https://dl.dropbox.com/s/sxyaqo6zu1drlea/FModel.json?dl=0";
|
||||
@@ -135,4 +135,4 @@ namespace FModel.Utils
|
||||
[JsonProperty("expires_in")]
|
||||
public long ExpiresIn;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user