From c30f1ffc287ae6df7bec5ff445e3c45eba7e0fe6 Mon Sep 17 00:00:00 2001 From: Witcher01 Date: Sun, 30 Jan 2022 12:51:01 +0100 Subject: [PATCH] change default api endpoint --- args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args.go b/args.go index a27b37c..7b4592c 100644 --- a/args.go +++ b/args.go @@ -9,7 +9,7 @@ import ( type argT struct { cli.Helper - ApiUrl string `cli:"a,api" usage:"api url to use, remember the trailing \"/\"" dft:"https://rkiapi.wiredspace.de/"` + ApiUrl string `cli:"a,api" usage:"api url to use, remember the trailing \"/\"" dft:"https://api.corona-zahlen.org/"` Token string `cli:"*t,token" usage:"token for the discord bot"` Districts []string `cli:"d,districts" usage:"districts to track"` ModeratorIds []string `cli:"m,moderator" usage:"ids of accounts that are able to moderate the mod"` -- 2.45.2