Skip to content

Path

@tsed/schema

Usage

typescript
import { Path } from "@tsed/schema";

See /packages/specs/schema/src/types/decorators/operations/path.ts.

Overview

ts
function Path(path: string): (...args: any[]) => any;

Description

Set class path to expose all endpoints

WARNING

Don't use this decorator to change the path if you develop your application with Ts.ED.

Released under the MIT License.