Closed Drag0nCodes closed 1 week ago
Should be based on a POST request made from a microservice
Will receive some sort of data about the microservice in the request. At least include the microservice's name. I'm thinking this should be unique to allow us to differentiate.
Should be invisible to the user. No front end.
Coded some of the register method to accept a register request and add the microservice to the list
Able to handle a registry request and add to an internal array.
Should be based on a POST request made from a microservice
Will receive some sort of data about the microservice in the request. At least include the microservice's name. I'm thinking this should be unique to allow us to differentiate.
Should be invisible to the user. No front end.