aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+1
| | | | | | 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/+1
|
* Refactoring, move db connection and room controller to separate modules.Harald Eilertsen2019-03-041-0/+19