Add rate limiting
This commit is contained in:
4
geneit_backend/src/connections/mod.rs
Normal file
4
geneit_backend/src/connections/mod.rs
Normal file
@ -0,0 +1,4 @@
|
||||
//! # External services connections
|
||||
|
||||
pub mod db_connection;
|
||||
pub mod redis_connection;
|
Reference in New Issue
Block a user