mirror of
				https://github.com/evraz-hack/backend.git
				synced 2025-11-04 09:37:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			129 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			129 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from django.urls import path, include
 | 
						|
 | 
						|
app_name = "api"
 | 
						|
urlpatterns = [
 | 
						|
    path("exgausters/", include("analytics.api.urls"))
 | 
						|
]
 |