Send heartbeats to api servers subdomain instead of root domain

This commit is contained in:
Alan Hamlett
2023-11-21 11:27:51 +01:00
parent db2fbcac5d
commit 3a8e718857
3 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ const config: Config = {
apiKey: '',
apiUrl: process.env.API_URL ?? 'https://wakatime.com/api/v1',
apiUrl: process.env.API_URL ?? 'https://api.wakatime.com/api/v1',
colors: {
allGood: '',