gatex
    Preparing search index...

    Function PathName

    • Sets the base path name for all routes within a repository. If not specified, GatEX uses the class name (e.g., UserRepository becomes /users).

      Parameters

      • pathName: string

        The base path for the resource (e.g., 'users').

      Returns (target: any) => void

      A class decorator.