Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pdbogen committed Mar 27, 2019
1 parent fee7a27 commit c437f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions withings/withings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 The oauth2 Authors. All rights reserved.
// Copyright 2019 The oauth2 Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand All @@ -9,7 +9,7 @@ import (
"golang.org/x/oauth2"
)

// Endpoint is Nokia Health Mate's OAuth 2.0 endpoint.
// Endpoint is Withing's OAuth 2.0 endpoint.
var Endpoint = oauth2.Endpoint{
AuthURL: "https://account.withings.com/oauth2_user/authorize2",
TokenURL: "hhttps://account.withings.com/oauth2/token",
Expand Down

0 comments on commit c437f29

Please sign in to comment.