aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+32
| | | | | | Not entirely happy about the way this turned out for now. A more ergonomic return type from the models::screenings::get_all() function will be investigated.
* Add route to fetch films from database.Harald Eilertsen2019-04-021-0/+32
|
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-5/+8
|
* Refactoring, move db connection and room controller to separate modules.Harald Eilertsen2019-03-041-0/+29