1.1.5 • Published 5 years ago

@maxdome/version v1.1.5

Weekly downloads
128
License
-
Repository
-
Last release
5 years ago

Usage

The controller

app.get('/version', require('@maxdome/version').controller());

Only the version

const version = require('@maxdome/version')();

Swagger

paths:
  /version:
    get:
      summary: "Response the version of the app"
      responses:
        200:
          description: "OK"
          schema:
            type: string
            example: "1.0.0"
        500:
          description: "Internal Server Error"
1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago