Skip to content

CMS-Enterprise/batcave-knight-light

Repository files navigation

Knight Light

A simple polyglot demo application designed as a mono-repo intended for robust CI/CD testing.

curl <address>/
curl <address>/activate
curl <address>/deactivate

Each end point will return JSON

{"status": "ON", "server": "go", "version":"1.0.0"}
{"status": "OFF", "server": "go", "version":"1.0.0"}

Status can be on or off