PlatformStaticsSettings
@tsed/platform-http
Usage
typescript
import { PlatformStaticsSettings } from "@tsed/platform-http";See /packages/platform/platform-http/src/common/config/PlatformStaticsSettings.ts.
Overview
ts
interface PlatformStaticsSettings {
[endpoint: string]: PathOrStaticsOptions | PathOrStaticsOptions[];
}[endpoint: string]
ts
[endpoint: string]: PathOrStaticsOptions | PathOrStaticsOptions[];