diff --git a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs index 28546bc..dee1125 100644 --- a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs +++ b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs @@ -33,7 +33,7 @@ public static class Constants public const string API_SCORES_FETCH = "/scores"; public const string API_SCORES_TABLES_FETCH = "/scores/tables"; - public const string API_TROPHIES_ADD = "trophies/add-achieved"; + public const string API_TROPHIES_ADD = "/trophies/add-achieved"; public const string API_TROPHIES_FETCH = "/trophies"; public const string API_DATASTORE_SET = "/data-store/set";