chore: added to list of requests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-07-10 12:51:27 +01:00
parent c1b3625a14
commit 858d0aca66

View File

@ -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())