File size: 291 Bytes
9769a1f
4d95d94
f74349a
4d95d94
f74349a
4d95d94
f74349a
 
 
4d95d94
f74349a
4d95d94
 
f74349a
4d95d94
f74349a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import swaggerJsdoc from 'swagger-jsdoc';

const options = {
  definition: {
    openapi: '3.0.0',
    info: {
      title: 'AkenoXJS',
      version: '1.0.0',
    },
  },
  apis: ['./src/routes*.js'],
};

const openapiSpecification = swaggerJsdoc(options);

export { openapiSpecification };