Documentation
    Preparing search index...
    type PluginRoute = {
        callback: ({ req, res }: { req: any; res: any }) => void;
        method?: string;
        noCsrf?: boolean;
        url: string;
    }
    Index

    Properties

    callback: ({ req, res }: { req: any; res: any }) => void
    method?: string
    noCsrf?: boolean
    url: string