"v1" replaced with "r0" in pathPrefixR0 in mediaapi's routing (#681)
parent
4c5bd91e1c
commit
3465f6727b
|
@ -31,7 +31,7 @@ import (
|
|||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
const pathPrefixR0 = "/_matrix/media/v1"
|
||||
const pathPrefixR0 = "/_matrix/media/r0"
|
||||
|
||||
// Setup registers the media API HTTP handlers
|
||||
func Setup(
|
||||
|
|
Loading…
Reference in New Issue