- update: major refactor of the database-service to make it easy to add newer api services
- add: character database api
This commit is contained in:
6
database-service/src/grpc/mod.rs
Normal file
6
database-service/src/grpc/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod database_service;
|
||||
pub mod user_service;
|
||||
mod character_service;
|
||||
|
||||
tonic::include_proto!("user_db_api");
|
||||
tonic::include_proto!("character_db_api");
|
||||
Reference in New Issue
Block a user