request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Add /health endpoint #30

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Description

Adds a /health endpoint to check the health of the api.

Drive-by:

Motivation and Context

Kubernetes on the GKE requires an endpoint to check the health of the application.

How Has This Been Tested?

Manually, running curl against the local development server.

Types of changes

Checklist