grpc_service moved

This commit is contained in:
filipriec
2025-03-31 07:13:24 +02:00
parent 9cf25afa52
commit f66d67c238
6 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// services/mod.rs
mod grpc_client;
pub mod grpc_client;
pub use grpc_client::*;