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