all
This commit is contained in:
11
Downloads/Voltaserve/idp/swagger.js
Normal file
11
Downloads/Voltaserve/idp/swagger.js
Normal file
@ -0,0 +1,11 @@
|
||||
const swaggerAutogen = require('swagger-autogen')()
|
||||
|
||||
const doc = {
|
||||
info: {
|
||||
title: 'Voltaserve Identity Provider',
|
||||
},
|
||||
}
|
||||
const outputFile = './swagger.json'
|
||||
const endpointsFiles = ['./src/app.ts']
|
||||
|
||||
swaggerAutogen(outputFile, endpointsFiles, doc)
|
Reference in New Issue
Block a user