- 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:
@@ -7,7 +7,7 @@ pub mod auth {
|
||||
tonic::include_proto!("auth"); // Path matches the package name in auth.proto
|
||||
}
|
||||
pub mod database {
|
||||
tonic::include_proto!("database"); // Matches package name in database.proto
|
||||
tonic::include_proto!("user_db_api"); // Matches package name in user_db_api.proto
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user