mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-25 11:27:41 +00:00
change comment
This commit is contained in:
parent
705703f539
commit
216fca2fe5
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,7 @@ use lemmy_routes::images::{
|
|||
use lemmy_utils::rate_limit::RateLimitCell;
|
||||
|
||||
// Deprecated, use api v4 instead.
|
||||
// When removing api v3, we also need to rewrite all links in database with
|
||||
// `/api/v3/image_proxy` to use `/api/v4/image/proxy` instead.
|
||||
// When removing api v3, make sure to keep `/api/v3/image_proxy` as it is still used in old posts.
|
||||
pub fn config(cfg: &mut ServiceConfig, rate_limit: &RateLimitCell) {
|
||||
cfg
|
||||
.service(
|
||||
|
|
Loading…
Reference in a new issue