mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
		
			
				
	
	
		
			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"
 |