 eaa3d11df8
			
		
	
	eaa3d11df8
	
	
	
		
			
			* api: make API urls modular load API urls from app module's urls file instead of a single static file Signed-off-by: Jens Langhammer <jens@goauthentik.io> * refactor websocket url mounting Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
		
			
				
	
	
		
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """API URLs"""
 | |
| from authentik.policies.expiry.api import PasswordExpiryPolicyViewSet
 | |
| 
 | |
| api_urlpatterns = [("policies/password_expiry", PasswordExpiryPolicyViewSet)]
 |