Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-03-01 17:03:04 +00:00
parent fa7dfe82c6
commit 21b9ece648
26 changed files with 1266 additions and 1266 deletions

View File

@@ -81,7 +81,7 @@ type URLPair struct {
// destination url
DestinationUrl string `json:"destinationURL"`
// The number of times the short URL has been resolved
HitCount int64 `json:"hit_count,string"`
HitCount int64 `json:"hitCount,string"`
// shortened url
ShortUrl string `json:"shortURL"`
}