Update
This commit is contained in:
@@ -34,4 +34,4 @@ public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('user_meme_generations');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
class MemeMediaSeeder extends Seeder
|
||||
{
|
||||
private const CDN_BASE_URL = 'https://cdn.memeaigen.com/g1';
|
||||
private const CDN_BASE_URL = 'https://cdn.memefa.st/g1';
|
||||
|
||||
private const FORMATS = [
|
||||
'webm' => ['ext' => 'webm', 'mime' => 'video/webm'],
|
||||
|
||||
Reference in New Issue
Block a user