1.1.5 • Published 6 years ago

@maxdome/version v1.1.5

Weekly downloads
128
License
-
Repository
-
Last release
6 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

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago