Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Plugins/Editor/WakaTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static class WakaTime
/// <summary>
/// The base URL for all API calls.
/// </summary>
public const string ApiBase = "https://wakatime.com/api/v1/";
public const string ApiBase = "https://api.wakatime.com/api/v1/";

/// <summary>
/// The URL to the latest plugin file.
Expand Down Expand Up @@ -1025,4 +1025,4 @@ static string GetCurrentBranch()
}


}
}