Eureka exposes both an API and a web page for its clients. To provide a clean separation between the API and the web page in Eureka, we will set up routes as follows:
Requests sent to the edge server with the path starting with /eureka/api/ should be handled as a call to the Eureka API
Requests sent to the edge server with the path starting with /eureka/web/ should be handled as a call to the Eureka web page