Interface StaticHttpOptions

Hierarchy

  • StaticHttpOptions

Properties

controllerName?: string

The controller name of the registered controller class. Is per default StaticController.

groups?: string[]
indexReplace?: {
    [name: string]: string;
}

Replaces strings in the served index.html file.

Type declaration

  • [name: string]: string
localPath: string

The local path from the file system. Either relative or absolute.

path: string

The public URL path.

Generated using TypeDoc