mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Adds slash to v1 prefix path
This commit is contained in:
parent
0892525c84
commit
54828f76cf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ internal object NetworkConstants {
|
|||
private const val URI_API_PREFIX_PATH = "_matrix/client"
|
||||
const val URI_API_PREFIX_PATH_ = "$URI_API_PREFIX_PATH/"
|
||||
const val URI_API_PREFIX_PATH_R0 = "$URI_API_PREFIX_PATH/r0/"
|
||||
const val URI_API_PREFIX_PATH_V1 = "${URI_API_PREFIX_PATH}v1/"
|
||||
const val URI_API_PREFIX_PATH_V1 = "${URI_API_PREFIX_PATH}/v1/"
|
||||
const val URI_API_PREFIX_PATH_UNSTABLE = "$URI_API_PREFIX_PATH/unstable/"
|
||||
|
||||
// Media
|
||||
|
|
Loading…
Reference in a new issue