mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 05:34:51 +02:00
fix incorrect v1 URL path for URL previews
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
65612fd6eb
commit
aefb7d94ea
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ fn routes() -> Router {
|
|||
.ruma_route(client_server::create_content_route)
|
||||
// legacy v1 media routes
|
||||
.route(
|
||||
"/_matrix/media/v1/url_preview",
|
||||
"/_matrix/media/v1/preview_url",
|
||||
get(client_server::get_media_preview_v1_route)
|
||||
)
|
||||
.route(
|
||||
|
|
Loading…
Add table
Reference in a new issue