mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { BaseAPI } from "../_base";
 | |
| 
 | |
| export class UploadFile extends BaseAPI {
 | |
|   file(url: string, fileObject: any) {
 | |
|     return this.requests.post(url, fileObject);
 | |
|   }
 | |
| }
 |