mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			111 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			111 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from ._base import RoutesBase, v1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class Users(RoutesBase):
							 | 
						||
| 
								 | 
							
								    base = v1("/users")
							 | 
						||
| 
								 | 
							
								    self = f"{base}/self"
							 |