lgtm
This commit is contained in:
parent
11711c57e6
commit
81a16f543c
21 changed files with 29072 additions and 1913 deletions
|
|
@ -559,6 +559,10 @@ async fn main() -> anyhow::Result<()> {
|
|||
post(routes::post_ai_filters).layer(ConcurrencyLimitLayer::new(5)),
|
||||
)
|
||||
.route("/api/streetview", get(routes::get_streetview))
|
||||
.route(
|
||||
"/api/rightmove-search",
|
||||
get(routes::get_rightmove_redirect).layer(ConcurrencyLimitLayer::new(10)),
|
||||
)
|
||||
.route(
|
||||
"/api/newsletter",
|
||||
patch(routes::patch_newsletter).layer(ConcurrencyLimitLayer::new(10)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue