mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 05:41:13 +00:00 
			
		
		
		
	
				commit
				
					
						bda123b1eb
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -235,7 +235,7 @@ fn get_user_collections(headers: Headers, conn: DbConn) -> Json<Value> { | |||
| } | ||||
| 
 | ||||
| #[get("/organizations/<org_id>/collections")] | ||||
| fn get_org_collections(org_id: String, _headers: AdminHeaders, conn: DbConn) -> Json<Value> { | ||||
| fn get_org_collections(org_id: String, _headers: ManagerHeadersLoose, conn: DbConn) -> Json<Value> { | ||||
|     Json(json!({ | ||||
|         "Data": | ||||
|             Collection::find_by_organization(&org_id, &conn) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue