madon.go
changeset 238 1c0042e76902
parent 237 16c27106d83c
child 259 f807b8fb46c6
--- a/madon.go	Thu Sep 06 00:34:44 2018 +0200
+++ b/madon.go	Thu Sep 06 01:07:40 2018 +0200
@@ -25,9 +25,7 @@
 	// MadonVersion contains the version of the Madon library
 	MadonVersion = "2.4.0-dev"
 
-	// API version implemented in this library
-	apiVersion     = "v1"
-	currentAPIPath = "/api/" + apiVersion
+	currentAPIPath = "/api"
 
 	// NoRedirect is the URI for no redirection in the App registration
 	NoRedirect = "urn:ietf:wg:oauth:2.0:oob"