refactor: split http layer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user