luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

Add API status to DASH #127

Open luka-j opened 1 year ago

luka-j commented 1 year ago

Add an icon denoting API status, for both frontend and backend APIs, to dashboard. Status should be determined by pinging a predetermined endpoint (akin to /.well-known/health) from frontend which returns 200 response if API is alive and well, or something else otherwise.