mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:16:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			190 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			190 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import http from '@/api/http';
 | |
| 
 | |
| export default async (server: string, schedule: number): Promise<void> =>
 | |
|     await http.post(`/api/client/servers/${server}/schedules/${schedule}/execute`);
 | 
