Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 437 Bytes

File metadata and controls

18 lines (12 loc) · 437 Bytes

Webserver

Webserver is a nginx based proxy which proxies the frontend application.

Endpoints

The available endpoints for this application are:-

ENDPOINT REQUEST TYPE DESCRIPTION
/ GET root will serve the landing page of the frontend application
/healthz GET healthz will return the status of nginx service

Quickstart

make image