File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ public class LootLockerEndPoints
122
122
public static EndPointClass resetCharacterProgression = new EndPointClass ( "player/characters/{0}/progressions/{1}/reset" , LootLockerHTTPMethod . POST ) ;
123
123
public static EndPointClass deleteCharacterProgression = new EndPointClass ( "player/characters/{0}/progressions/{1}" , LootLockerHTTPMethod . DELETE ) ;
124
124
125
- // Persistentplayer storage
126
- [ Header ( "Persitent Player Storage" ) ]
125
+ // Persistent player storage
126
+ [ Header ( "Persistent Player Storage" ) ]
127
127
public static EndPointClass getEntirePersistentStorage = new EndPointClass ( "v1/player/storage" , LootLockerHTTPMethod . GET ) ;
128
128
public static EndPointClass getSingleKeyFromPersistentStorage = new EndPointClass ( "v1/player/storage?key={0}" , LootLockerHTTPMethod . GET ) ;
129
129
public static EndPointClass updateOrCreateKeyValue = new EndPointClass ( "v1/player/storage" , LootLockerHTTPMethod . POST ) ;
You can’t perform that action at this time.
0 commit comments