Skip to content

Commit 0cc8a2b

Browse files
authored
Update swagger.js with Demo URL
1 parent 1c684af commit 0cc8a2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/swagger.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const swaggerDefinition = {
99
},
1010
servers: [
1111
{
12-
url: 'http://localhost:3000',
12+
url: 'https://simple-whatsapp-api.kp7b0h3vueu5g.ap-south-1.cs.amazonlightsail.com',
1313
description: 'Development server',
1414
},
1515
],
@@ -37,4 +37,4 @@ const options = {
3737

3838
const swaggerSpec = swaggerJSDoc(options);
3939

40-
module.exports = swaggerSpec;
40+
module.exports = swaggerSpec;

0 commit comments

Comments
 (0)