diff --git a/microservice/app.js b/microservice/app.js index e5e494c..1619694 100644 --- a/microservice/app.js +++ b/microservice/app.js @@ -8,7 +8,7 @@ app.get('/', function(request, response) { let randomColor = getRandomColor(); // <-- comment this //let randomColor = getRandomGrayScaleColor(); // <-- uncomment this - response.writeHead(200, {'Content-Type': 'application/json'}); + response.writeHead(100, {'Content-Type': 'application/json'}); response.end(JSON.stringify({ 'pod': pod, 'color': randomColor