1 parent 1c684af commit 0cc8a2bCopy full SHA for 0cc8a2b
1 file changed
src/swagger.js
@@ -9,7 +9,7 @@ const swaggerDefinition = {
9
},
10
servers: [
11
{
12
- url: 'http://localhost:3000',
+ url: 'https://simple-whatsapp-api.kp7b0h3vueu5g.ap-south-1.cs.amazonlightsail.com',
13
description: 'Development server',
14
15
],
@@ -37,4 +37,4 @@ const options = {
37
38
const swaggerSpec = swaggerJSDoc(options);
39
40
-module.exports = swaggerSpec;
+module.exports = swaggerSpec;
0 commit comments