Skip to content

Commit 30545bb

Browse files
author
Evan Prodromou
committed
Fix double slash in profileurl
1 parent 476ce78 commit 30545bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/apiclient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const clientID = "6ac53a07b581e30e47664cd9e8f3d0e4"
1414
const authroot = `https://meta.wikimedia.org/w/rest.php`
1515
const authorize = `${authroot}/oauth2/authorize`
1616
const token = `${authroot}/oauth2/access_token`
17-
const profileurl = `${authroot}//oauth2/resource/profile`
17+
const profileurl = `${authroot}/oauth2/resource/profile`
1818

1919
// API root
2020

0 commit comments

Comments
 (0)