adesege/express-api-versioning

View on GitHub
src/test/config/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  apiPath: '',
  test: /\/api\/(v[0-9]+).*/,
  entryPoint: 'index.js',
  instance: f => f
};