mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 01:46:54 +01:00
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 {
|
||||
|
||||
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…
x
Reference in New Issue
Block a user