Skip to content

Commit a74def8

Browse files
committed
feat(color-api): code v1.2.1
1 parent ce8d5b0 commit a74def8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/color-api/src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ app.get('/ready', (req, res) => {
4141
return res.send('ok');
4242
});
4343

44+
app.get('/up', (req, res) => {
45+
return res.send('ok');
46+
});
47+
4448
app.get('/health', (req, res) => {
4549
if (fail_liveness) {
4650
return res.sendStatus(503);

0 commit comments

Comments
 (0)