diff --git a/Plugins/Editor/WakaTime.cs b/Plugins/Editor/WakaTime.cs index 9eb701e..db6bfbc 100644 --- a/Plugins/Editor/WakaTime.cs +++ b/Plugins/Editor/WakaTime.cs @@ -42,7 +42,7 @@ public static class WakaTime /// /// The base URL for all API calls. /// - public const string ApiBase = "https://wakatime.com/api/v1/"; + public const string ApiBase = "https://api.wakatime.com/api/v1/"; /// /// The URL to the latest plugin file. @@ -1025,4 +1025,4 @@ static string GetCurrentBranch() } -} \ No newline at end of file +}