make server_addr configurable for client

This commit is contained in:
2024-07-12 14:33:09 -04:00
parent 5cf848f7fe
commit cab5ec40cc
7 changed files with 40 additions and 31 deletions

View File

@ -20,7 +20,7 @@ pub use platform::addr;
#[derive(Debug, Serialize, Deserialize)]
pub enum Request {
GetAwsCredentials {
GetAwsCredentials {
name: Option<String>,
base: bool,
},