X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fapi_routes.rs;h=2e2d30019ce50e391bf6e3700a9cba7a3af5ab32;hb=9c3efe32e7b2ef7978b7957eac10691beb551dde;hp=36562c88c2daaf8cf07b89b0ea271386f536eddf;hpb=becb8b4f66bdacca23b0b169e07d845afcb3d204;p=lemmy.git diff --git a/src/api_routes.rs b/src/api_routes.rs index 36562c88..2e2d3001 100644 --- a/src/api_routes.rs +++ b/src/api_routes.rs @@ -119,7 +119,7 @@ pub fn config(cfg: &mut web::ServiceConfig, rate_limit: &RateLimit) { .route("/remove", web::post().to(route_post_crud::)) .route( "/mark_as_read", - web::post().to(route_post::), + web::post().to(route_post::), ) .route("/like", web::post().to(route_post::)) .route("/save", web::put().to(route_post::))