aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-201-1/+4
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-041-26/+2
* Set up database and connection pool with rocket_contrib::databases.Harald Eilertsen2019-03-041-2/+28
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-041-26/+3
* Enable askama rocket integration.Harald Eilertsen2019-03-031-7/+3
* Add license.Harald Eilertsen2019-03-021-0/+17
* Use askama for templates.Harald Eilertsen2019-03-021-3/+19
* Add favicon and route to get public files.Harald Eilertsen2019-03-021-2/+8
* Into space...Harald Eilertsen2019-03-021-0/+12