- 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.
6 lines
No EOL
75 B
JSON
6 lines
No EOL
75 B
JSON
{
|
|
"dev": {
|
|
"base_url": "localhost:8080",
|
|
"film_id": "10001"
|
|
}
|
|
} |