1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Build of the site

This commit is contained in:
Chris Cummer
2018-05-08 20:24:31 -07:00
parent b55ca47678
commit 7edc5f8339
37 changed files with 1093 additions and 195 deletions

View File

@@ -30,9 +30,7 @@ func (widget *Widget) Refresh() {
return
}
url, _ := Config.String("wtf.mods.bamboohr.url")
client := NewClient(url)
client := NewClient("https://api.bamboohr.com/api/gateway.php")
todayItems := client.Away(
"timeOff",
wtf.Now().Format(wtf.DateFormat),