sakila/internal/requests/http-client.env.json
siyahas 7d4bf481c9 Refactor HTTP client test samples and configuration
- Moved HTTP client test files to `internal/requests`.
- Replaced hardcoded `localhost` URLs with `{{base_url}}`.
- Updated `http-client.env.json` to include `base_url` configuration.
2025-09-08 16:34:23 +03:00

6 lines
No EOL
75 B
JSON

{
"dev": {
"base_url": "localhost:8080",
"film_id": "10001"
}
}