Skip to content

Commit

Permalink
Fix sample, update url to new split web and api urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakerfield committed Nov 22, 2021
1 parent eaf5784 commit 090b857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FloriApp.ExampleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static async Task Main(string[] args)
Console.WriteLine();
var client = new FloriAppApiClient(new FloriAppApiOptions()
{
ApiBaseUrl = "https://testflori.app/",
ApiBaseUrl = "https://api.testflori.app/",
ApiKey = "xxx",
});

Expand Down

0 comments on commit 090b857

Please sign in to comment.