We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62d222 commit 4e948b9Copy full SHA for 4e948b9
BaseCommand.cs
@@ -7,7 +7,7 @@ public abstract class BaseCommand
7
public string Token { get; set; }
8
9
[CommandOption("api-url", Description = "set the url to api", EnvironmentVariable = "API_URL")]
10
- public string ApiUrl { get; set; } = "https://staging.v2.d-f.pw";
+ public string ApiUrl { get; set; } = "https://v2.d-f.pw";
11
12
public HttpRequestMessage CreateRequest(HttpMethod method, string query)
13
{
0 commit comments