Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Fix add trophy endpoint
Browse files Browse the repository at this point in the history
Add leading forward slash. Fix #64.
  • Loading branch information
loicteixeira committed Jun 21, 2016
1 parent 4fca9db commit caf098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/GameJolt/Scripts/API/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit caf098f

Please sign in to comment.