1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Fix wrong url in setup instructions

I've spent hours trying to figure out why I got a 401 and 404. The issues was that the help test on the index page is not the same as the one in the readme
This commit is contained in:
Bror Winther 2022-04-26 23:39:19 +02:00 committed by GitHub
parent 74a5226e73
commit 96f3513848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@
# <strong>Step 2:</strong> Set your ~/.wakatime.cfg to this:<br><br>
<!-- https://github.com/muety/wakapi/issues/224#issuecomment-890855563 -->
[settings]<br>
api_url = <span class="with-url-inner">%s/api</span><br>
api_url = <span class="with-url-inner">%s/api/heartbeat</span><br>
api_key = <span id="api-key-instruction">{{ .ApiKey }}</span><br><br>
# <strong>Step 3:</strong> Start coding and then check back here!