MindGest / mindgest-backend

A nodejs + express implementation of a REST API (backend) for the MindGest application.
MIT License
0 stars 0 forks source link

Lista das consultas nos próximos dias #24

Open cabralpinto opened 1 year ago

cabralpinto commented 1 year ago

Formato do output: [{therapists: [string, ...], room: string, start: date, end: date}, ...]

JotaCruz20 commented 1 year ago

http://localhost:8080/api/appointment/next

Image