1.0.2 • Published 6 years ago

@dnode/version v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

dependencies | 0 | 0

Usage

The controller

require('@dnode/controllers')(app, [
  require('@dnode/version').controller(),
]);

Only the version

const version = require('@dnode/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.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago