mirror of
				https://github.com/jumpserver/jumpserver.git
				synced 2025-11-03 23:47:27 +00:00 
			
		
		
		
	[Feature] 权限管理-> 远程应用 添加 api (#4040)
* [Feature] 权限管理-> 远程应用 添加 api * [Feature] 添加 RelationMixin
This commit is contained in:
		
							
								
								
									
										7
									
								
								apps/common/const/http.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								apps/common/const/http.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
 | 
			
		||||
GET = 'GET'
 | 
			
		||||
POST = 'POST'
 | 
			
		||||
PUT = 'PUT'
 | 
			
		||||
PATCH = 'PATCH'
 | 
			
		||||
DELETE = 'DELETE'
 | 
			
		||||
OPTIONS = 'OPTIONS'
 | 
			
		||||
		Reference in New Issue
	
	Block a user