aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-04-02 22:05:05 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-04-02 22:05:05 +0200
commit18e23bb10d7645b99419dd6bd3ac50a511b0f65e (patch)
treed71403522a8f32ae7bbe5dae6133fa5d36204279 /src/controllers.rs
parent23abdc9488ef84d852a5029340a2ac3c66943d99 (diff)
downloadramaskrik-social-18e23bb10d7645b99419dd6bd3ac50a511b0f65e.tar.gz
ramaskrik-social-18e23bb10d7645b99419dd6bd3ac50a511b0f65e.tar.bz2
ramaskrik-social-18e23bb10d7645b99419dd6bd3ac50a511b0f65e.zip
Add route to fetch films from database.
Diffstat (limited to 'src/controllers.rs')
-rw-r--r--src/controllers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers.rs b/src/controllers.rs
index d8f9d5d..f5b1f08 100644
--- a/src/controllers.rs
+++ b/src/controllers.rs
@@ -16,4 +16,5 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+pub mod film;
pub mod room;