refactor: split http layer

This commit is contained in:
2026-06-13 06:32:31 +02:00
parent a6dd497e8a
commit da910a88c7
7 changed files with 180 additions and 161 deletions

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,