From 858d0aca6603740d08d70c50265bf2d4936f37c9 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 10 Jul 2023 12:51:27 +0100 Subject: [PATCH] chore: added to list of requests --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 2da7b78..2427be9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -232,6 +232,7 @@ async fn main() -> GResult { animations::clear_all, animations::get_animation_request, animations::toggle_animation, + animations::get_animations, ], ) .manage(conn_pool_arc.clone())