Version

Endpoints for retrieving information about Azkarra version.

Endpoints for retrieving information about Azkarra version.

Base URL: /version

GET /version

Returns the current version of Azkarra

Example Request

GET /version
Host: localhost:8080

Example Response

{
  "azkarraVersion": "0.1"
}