We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec11511 + d72e5fc commit a40d1eaCopy full SHA for a40d1ea
.github/workflows/node.js.yml
@@ -5,9 +5,9 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [ "develop" ]
+ branches: ["develop"]
9
pull_request:
10
- branches: [ "main" ]
+ branches: ["main"]
11
12
jobs:
13
build:
swagger.ts
@@ -4,7 +4,7 @@ const swaggerAutogen = require('swagger-autogen')({
4
const doc = {
info: {
- version: '1.0.1', // by default: '1.0.0'
+ version: '1.0.2', // by default: '1.0.0'
title: 'Whappi API Documentation', // by default: 'REST API'
description: 'API that allows you to send and receive messages from Whatsapp.', // by default: ''
},
0 commit comments