- 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:
@@ -35,8 +35,6 @@ pub async fn get_service_address(consul_url: &str, service_name: &str) -> Result
|
||||
Ok(nodes)
|
||||
}
|
||||
}
|
||||
|
||||
// Example of filtering services with a specific tag
|
||||
async fn get_services_with_tag(
|
||||
service_name: &str,
|
||||
tag: &str,
|
||||
|
||||
Reference in New Issue
Block a user