diff --git a/ADR/dynamic-endpoints.md b/ADR/dynamic-endpoints.md index ea89d81..807594a 100644 --- a/ADR/dynamic-endpoints.md +++ b/ADR/dynamic-endpoints.md @@ -1,4 +1,4 @@ -#### Dynamic Endpoints +### Dynamic Endpoints Endpoints has to be defined in helmet config file. Anytime we want to add a new endpoint or change an endpoint, a restart will be needed. This draft explains how to make these configs dynamic.