Added swagger UI scripts
This commit is contained in:
committed by
Eugene Bujak
parent
4623817894
commit
09702c724e
8
openapi/index.js
Normal file
8
openapi/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const express = require('express')
|
||||
|
||||
const app = express()
|
||||
|
||||
app.use(express.static(__dirname))
|
||||
|
||||
console.log('Open http://localhost:3000/ to examine the API spec')
|
||||
app.listen(3000)
|
||||
Reference in New Issue
Block a user