COMMON
The configuration controller of the app. Handles requests about Configuration of a dApp. Typically, these requests are used by the frontend runtime to get dynamic app configuration. This controller defines the following routes:
/config
GET
v0.5.0
Constructs an instance of this controller.
A nestjs ConfigService instance (automatically injected).
Returns base configuration for the frontend app.
Generated using TypeDoc
COMMON
The configuration controller of the app. Handles requests about Configuration of a dApp. Typically, these requests are used by the frontend runtime to get dynamic app configuration.
This controller defines the following routes:
/config
GET
v0.5.0