mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-11 13:40:14 +00:00
🛠️ Simplify route definition and update JS for Nostr profile handling
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
use App\Console\Commands\Nostr\SyncProfiles;
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('backup:clean')->daily()->at('01:00');
|
||||
Schedule::command('backup:run')->daily()->at('01:30');
|
||||
Schedule::command(SyncProfiles::class)->daily()->at('00:30');
|
||||
|
||||
Reference in New Issue
Block a user