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 d71cdb5 commit b9846ebCopy full SHA for b9846eb
src/oauth/PhutilMediaWikiAuthAdapter.php
@@ -74,11 +74,11 @@ public function getAccountRealName() {
74
}
75
76
protected function getAuthenticateBaseURI() {
77
- return $this->getMediaWikiURI('rest.php/oauth2/authorize/');
+ return $this->getMediaWikiURI('rest.php/oauth2/authorize');
78
79
80
protected function getTokenBaseURI() {
81
- return $this->getMediaWikiURI('rest.php/oauth2/access_token/');
+ return $this->getMediaWikiURI('rest.php/oauth2/access_token');
82
83
84
public function getScope() {
0 commit comments