jimpex
    Preparing search index...

    Variable staticsControllerConst

    staticsController: ResourceCreator<
        "controller",
        "connect",
        (
            __namedParameters?: StaticsControllerCreatorOptions,
        ) => <ContainerType extends Jimpex = Jimpex>(app: ContainerType) => Router,
        ControllerConnectFn,
    > = ...

    A controller that allows the application to server specific files from any folder to any route without the need of mounting directories as "static" folders.