Skip to content

[FEATURE] Create /info endpoint to return middleware component info #9

Description

@jeffreyaven

Feature Description
create an /info endpoint GET route on the middleware server to return an application/json response as follows:

{
"middlewareServer" : {
"serverVersion": "v0.1.0",
"commitSha": "abcdef..."
}
"stackQL": {
"serverVersion": "v2.0.0",
"commitSha": "abcdef..."
}
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions