mirror of
				https://github.com/usmannasir/cyberpanel.git
				synced 2025-10-30 09:56:23 +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'),
 | |
| ]
 |