Can use backup routes from API
This commit is contained in:
		@@ -35,6 +35,7 @@ pub struct Token {
 | 
			
		||||
    pub right_file: bool,
 | 
			
		||||
    pub right_auth: bool,
 | 
			
		||||
    pub right_stats: bool,
 | 
			
		||||
    pub right_backup: bool,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl Token {
 | 
			
		||||
@@ -80,4 +81,5 @@ pub struct NewToken<'a> {
 | 
			
		||||
    pub right_file: bool,
 | 
			
		||||
    pub right_auth: bool,
 | 
			
		||||
    pub right_stats: bool,
 | 
			
		||||
    pub right_backup: bool,
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user