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 do dia #23

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/list-appointments-of-the-day

Image

cabralpinto commented 1 year ago

dá return de uma lista com um objeto vazio:

Image

JotaCruz20 commented 1 year ago

tens alguma consulta no dia?

JotaCruz20 commented 1 year ago

Ok já sei oq se passa

JotaCruz20 commented 1 year ago

Image

fixed