Skip to content

Commit

Permalink
updated link to the prod URI
Browse files Browse the repository at this point in the history
  • Loading branch information
EarliestFall988 committed Dec 11, 2023
1 parent 713a4b6 commit 14a28d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValkyrieServerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ValkyrieServerController
/// <summary>
/// the base URI for the Valkyrie server
/// </summary>
private Uri selectedURI = testGetDataURI;
private Uri selectedURI = prodGetDataURI;

public ValkyrieServerController()
{
Expand Down

0 comments on commit 14a28d2

Please sign in to comment.