RobinTail / express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.
https://ez.robintail.cz
MIT License
619 stars 30 forks source link

Return generic array of servers #2100

Closed RobinTail closed 5 days ago

RobinTail commented 5 days ago

This should ease declaration and enable future improvements like #2099

Making createServer() to return an object having servers property instead of httpServer and httpsServer

coveralls-official[bot] commented 5 days ago

Coverage Status

coverage: 100.0%. remained the same when pulling 0d6a46003cc5cefb87945443c3d7abd2123369d8 on return-servers-generic into 99fbd9dd330dc9871a52271fa380b4ca932861b8 on make-v21.