make server_addr configurable for client
This commit is contained in:
@ -20,7 +20,7 @@ pub use platform::addr;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub enum Request {
|
||||
GetAwsCredentials {
|
||||
GetAwsCredentials {
|
||||
name: Option<String>,
|
||||
base: bool,
|
||||
},
|
||||
|
Reference in New Issue
Block a user