Expand description
API endpoints and server implementation.
This module handles:
- HTTP server setup and configuration
- API endpoint definitions
- Request/response handling
- OpenAPI documentation generation
Functionsยง
- run
- Runs the Polymath web service. This function initializes the logger, loads environment variables, and starts the Actix web server.