mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 12:56:24 +01:00 
			
		
		
		
	init
This commit is contained in:
		
							
								
								
									
										5
									
								
								pages/api/triggerCron.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								pages/api/triggerCron.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
import { processCronTrigger } from '../../src/functions/cronTrigger'
 | 
			
		||||
 | 
			
		||||
export default async event => {
 | 
			
		||||
  return processCronTrigger()
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user