Skip to content

It's showing TypeError: expressApiVersioning is not a function #6

@206577873

Description

@206577873

app.use(expressApiVersioning({
apiPath: path.join(__dirname, './api'),
test: //api/(v[0-9]+).*/,
entryPoint: 'index.js',
instance: null
}, (error, req, res, next) => {
console.log(error);
next();
}));
^

TypeError: expressApiVersioning is not a function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions