Skip to content

Commit

Permalink
Update BoxConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygarlanka authored Mar 15, 2021
1 parent 9969192 commit 3f1a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Box.V2/Config/BoxConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static IBoxConfig CreateFromJsonString(string jsonString)
/// <summary>
/// Gets the folder locks endpoint URI.
/// </summary>
public virtual Uri FolderLocksEndpointUri { get { return new Uri(BoxApiUri, Constants.ZipDownloadsString); } }
public virtual Uri FolderLocksEndpointUri { get { return new Uri(BoxApiUri, Constants.FolderLocksString); } }
/// <summary>
/// The web proxy for HttpRequestHandler
/// </summary>
Expand Down

0 comments on commit 3f1a2d0

Please sign in to comment.