We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476ce78 commit 30545bbCopy full SHA for 30545bb
js/apiclient.js
@@ -14,7 +14,7 @@ const clientID = "6ac53a07b581e30e47664cd9e8f3d0e4"
14
const authroot = `https://meta.wikimedia.org/w/rest.php`
15
const authorize = `${authroot}/oauth2/authorize`
16
const token = `${authroot}/oauth2/access_token`
17
-const profileurl = `${authroot}//oauth2/resource/profile`
+const profileurl = `${authroot}/oauth2/resource/profile`
18
19
// API root
20
0 commit comments