Use a real API endpoint.
authorOllivier Robert <roberto@keltia.net>
Mon, 10 Apr 2017 17:16:37 +0200
changeset 43 e52d68c19cb0
parent 42 2bebcae94ce1
child 44 f676c2646270
Use a real API endpoint.
gondole.go
--- a/gondole.go	Mon Apr 10 17:14:56 2017 +0200
+++ b/gondole.go	Mon Apr 10 17:16:37 2017 +0200
@@ -9,7 +9,7 @@
 const (
 	APIVersion = "0.0"
 
-	APIEndpoint = "/api/v1"
+	APIEndpoint = "https://mastodon.social/api/v1"
 
 	NoRedirect = "urn:ietf:wg:oauth:2.0:oob"
 )