mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-10-31 02:15:55 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from django.urls import path | ||
|  | from . import views | ||
|  | 
 | ||
|  | urlpatterns = [ | ||
|  |     path('', views.examplePlugin, name='examplePlugin'), | ||
|  | ] | ||
|  | 
 |