Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 378 Bytes

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