Add adhadhu support
This commit is contained in:
@@ -101,8 +101,13 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('scrape:dhiyares')->everyFiveMinutes()
|
||||
->runInBackground()
|
||||
->pingOnSuccess(config('app.url') . "/api/ping/dhiyares");
|
||||
|
||||
$schedule->command('scrape:adhadhu')->everyFiveMinutes()
|
||||
->runInBackground()
|
||||
->pingOnSuccess(config('app.url') . "/api/ping/adhadhu");
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Register the commands for the application.
|
||||
*
|
||||
|
Reference in New Issue
Block a user