feat: init-express-backend #6
@ -5,21 +5,22 @@ const port = parseInt(process.env.BAR_PORT || '3000')
|
||||
|
||||
const options = {
|
||||
definition: {
|
||||
openapi: "3.1.0",
|
||||
info: {
|
||||
openapi: "3.1.0",
|
||||
info: {
|
||||
title: "LogRocket Express API with Swagger",
|
||||
version: "0.1.0",
|
||||
description:
|
||||
"This is a simple CRUD API application made with Express and documented with Swagger",
|
||||
},
|
||||
servers: [
|
||||
{
|
||||
url: "http://localhost:"+port.toString(),
|
||||
"This is a simple CRUD API application made with Express and documented with Swagger",
|
||||
},
|
||||
],
|
||||
servers: [
|
||||
{
|
||||
url: "http://localhost:"+port.toString(),
|
||||
},
|
||||
],
|
||||
},
|
||||
apis: ['./src/*.ts'],
|
||||
}
|
||||
apis: ['./src/*.ts'],
|
||||
explorer: true
|
||||
}
|
||||
|
||||
|
||||
export default options
|
Loading…
x
Reference in New Issue
Block a user