aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-201-1/+4
|
* Use rocket_contrib's JsonValue as return type.Harald Eilertsen2019-03-041-0/+2
|
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-041-0/+27
Refactors the code by moving the implementation to a library, to make it testable. A dummy /rooms endpoint returning an empty list was added as well.