refactor(api): replace hardcoded URLs with dynamic URL generation #9

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 12:21:28 +00:00

1 Commits

Author SHA1 Message Date
4acd78988e refactor(api): replace hardcoded URLs with dynamic URL generation
Replace hardcoded localhost URLs (http://127.0.0.1:8000) in API root
endpoint documentation with request.build_absolute_uri() calls. This
makes the API documentation URLs environment-agnostic and ensures they
reflect the actual domain/host being used to access the API, improving
portability across development, staging, and production environments.
2025-11-23 12:20:05 +00:00