AddServiceRoute
fastapi_gateway_auto_generate.management.routes.AddServiceRoute
¶
AddServiceRoute(config)
¶
Router for adding a service
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config |
Config
|
The Config object with its configuration. |
required |
Returns:
Name | Type | Description |
---|---|---|
result |
bool
|
True if the addition was successful, otherwise False. |