Skip to content

Commit

Permalink
updating prod URL for /getdata
Browse files Browse the repository at this point in the history
  • Loading branch information
EarliestFall988 committed Dec 11, 2023
1 parent 14a28d2 commit 285ca2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ValkyrieServerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ namespace Valkyrie_Server
public class ValkyrieServerController
{

public static readonly Uri prodGetDataURI = new Uri("https://valkyrie-nu.vercel.app/api/v1/getdata/", UriKind.Absolute);


public static readonly Uri prodGetDataURI = new Uri("https://valkyrie-git-get-functions-from-server-earliestfall988.vercel.app/api/v1/getdata/", UriKind.Absolute);
public static readonly Uri testGetDataURI = new Uri("http://localhost:3000/api/v1/getdata/", UriKind.Absolute);

public static readonly Uri prodSyncFunctionsURITestBranch = new Uri("https://valkyrie-git-get-functions-from-server-earliestfall988.vercel.app/api/v1/sync-functions", UriKind.Absolute);
Expand Down

0 comments on commit 285ca2b

Please sign in to comment.