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