refactor: split http layer

This commit is contained in:
2026-06-15 12:26:26 +02:00
parent a6dd497e8a
commit da910a88c7
7 changed files with 180 additions and 161 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use axum::{
http::{Request, StatusCode, header::HeaderName},
};
use pokedex_api::{
app::{AppState, create_app},
http::{AppState, create_app},
pokemon::PokeApiClient,
rate_limit::RateLimiter,
service::PokedexService,