fix: normalize pokemon lookup names

This commit is contained in:
2026-06-15 12:25:17 +02:00
parent cf11e20f90
commit 23eaea36c1
2 changed files with 32 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ rustup default stable
Then run the service:
```bash
cargo run
cargo run --bin pokedex-api
```
The API listens on `0.0.0.0:5000` by default.