Skip to content

Commit 6869fc3

Browse files
committed
add missing comment
1 parent 0ee384b commit 6869fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

endpoints/endpoints.go

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var Cern = oauth2.Endpoint{
3535
TokenURL: "https://oauth.web.cern.ch/OAuth/Token",
3636
}
3737

38+
// Discord is the endpoint for Discord.
3839
var Discord = oauth2.Endpoint{
3940
AuthURL: "https://discord.com/oauth2/authorize",
4041
TokenURL: "https://discord.com/api/oauth2/token",

0 commit comments

Comments
 (0)