mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 16:08:55 +03:00
removed unused constants from add
This commit is contained in:
parent
7867ab9d54
commit
cb050aa43d
@ -26,9 +26,6 @@ use std::collections::HashMap;
|
||||
use structopt::StructOpt;
|
||||
use tracing::Span;
|
||||
|
||||
pub const LOGIN_URL: &str = "v1/account/authenticate";
|
||||
pub const PROFILE_URL: &str = "v1/account/my_profile";
|
||||
|
||||
/// Login to Aleo PM and store credentials locally
|
||||
#[derive(StructOpt, Debug)]
|
||||
#[structopt(setting = structopt::clap::AppSettings::ColoredHelp)]
|
||||
|
Loading…
Reference in New Issue
Block a user