Skip to content

Commit 4e948b9

Browse files
committed
url
1 parent d62d222 commit 4e948b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BaseCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public abstract class BaseCommand
77
public string Token { get; set; }
88

99
[CommandOption("api-url", Description = "set the url to api", EnvironmentVariable = "API_URL")]
10-
public string ApiUrl { get; set; } = "https://staging.v2.d-f.pw";
10+
public string ApiUrl { get; set; } = "https://v2.d-f.pw";
1111

1212
public HttpRequestMessage CreateRequest(HttpMethod method, string query)
1313
{

0 commit comments

Comments
 (0)