Skip to content

Commit

Permalink
fix(plausible): Update Plausible to new domain name.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Feb 22, 2024
1 parent be67d0d commit e255a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def send_request_to_plausible(request: Request):
print('Running local - skipping analytics.')
return

url = 'https://plausible.gtdb.ecogenomic.org/api/event'
url = 'https://gtdb-stats.ecogenomic.org/api/event'
user_agent = request.headers.get('user-agent')
x_forwarded_for = request.headers.get('x-forwarded-for')

Expand Down

0 comments on commit e255a23

Please sign in to comment.