remove extra slash in OAuth authorize url (#2425)
This commit is contained in:
parent
b4a913b2d5
commit
c705e9cbbb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ import retrofit2.http.Query
|
|||
interface MastodonApi {
|
||||
|
||||
companion object {
|
||||
const val ENDPOINT_AUTHORIZE = "/oauth/authorize"
|
||||
const val ENDPOINT_AUTHORIZE = "oauth/authorize"
|
||||
const val DOMAIN_HEADER = "domain"
|
||||
const val PLACEHOLDER_DOMAIN = "dummy.placeholder"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue