Skip to content

Commit

Permalink
chore(cdns): Adding new CDNs to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Tihomirov committed Jan 4, 2017
1 parent d6a8c19 commit e01ccf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
// APIShortenURL to send GETs with urls to
APIShortenURL = APIRoot + "/shorten/polr"

// CDNs represnts a list of CDNs available as of 27/12/2016
// CDNs represnts a list of CDNs available as of 04/01/2017
CDNs = []string{
"https://owo.whats-th.is/",
"https://i.am-a.ninja/",
Expand All @@ -39,5 +39,7 @@ var (
"https://all.foxgirlsare.sexy/",
"https://i.stole-a-me.me/",
"https://can-i-ask-dean-on-a.date/",
"https://this.is-a.dog/",
"https://deanis.sexy/",
}
)

0 comments on commit e01ccf3

Please sign in to comment.