Options
All
  • Public
  • Public/Protected
  • All
Menu
label

COMMON

description

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:

URI HTTP method Class method Description
/config GET ConfigController.find Responds with a DappConfigDTO object that contains a dApp's important (non-sensitive) configuration field.


since

v0.5.0

Hierarchy

  • ConfigController

Index

Constructors

Methods

Constructors

  • new ConfigController(configService: ConfigService<Record<string, unknown>, false>): ConfigController

Methods

Generated using TypeDoc