-- swagger url
http://localhost:5000/api/ui

-- application endpoints
(get all employees)
http://localhost:5000/api/employee

(get employee by id)
http://localhost:5000/api/employee/101
