mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-26 05:31:32 +00:00
"v1" replaced with "r0" in pathPrefixR0 in mediaapi's routing (#681)
This commit is contained in:
parent
4c5bd91e1c
commit
3465f6727b
@ -31,7 +31,7 @@ import (
|
|||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
)
|
)
|
||||||
|
|
||||||
const pathPrefixR0 = "/_matrix/media/v1"
|
const pathPrefixR0 = "/_matrix/media/r0"
|
||||||
|
|
||||||
// Setup registers the media API HTTP handlers
|
// Setup registers the media API HTTP handlers
|
||||||
func Setup(
|
func Setup(
|
||||||
|
Loading…
Reference in New Issue
Block a user