chg: [server] added missing type (3) - Item
							parent
							
								
									87babe05f1
								
							
						
					
					
						commit
						e14ba03145
					
				|  | @ -10,7 +10,7 @@ api = Api(app, version=version, title='CyCAT.org API', description='CyCAT - The | |||
| import uuid | ||||
| import inspect | ||||
| import redis | ||||
| cycat_type = {"1": "Publisher", "2": "Project"} | ||||
| cycat_type = {"1": "Publisher", "2": "Project", "3": "Item"} | ||||
| 
 | ||||
| r = redis.Redis(host='127.0.0.1', port='3033', decode_responses=True) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue