Module routes

Source
Expand description

§API Routes Module

Configures HTTP routes for the relayer service API.

§Routes

  • /health - Health check endpoints
  • /relayers - Relayer management endpoints

Modules§

docs
health
This module provides a health check endpoint for the API.
metrics
This module provides HTTP endpoints for interacting with system metrics.
plugin
This module defines the HTTP routes for plugin operations. It includes handlers for calling plugin methods. The routes are integrated with the Actix-web framework and interact with the plugin controller.
relayer
This module defines the HTTP routes for relayer operations. It includes handlers for listing, retrieving, updating, and managing relayer transactions. The routes are integrated with the Actix-web framework and interact with the relayer controller.

Functions§

configure_routes