2024-10-11 08:02:45 +02:00
|
|
|
<?php
|
|
|
|
|
2024-10-11 11:20:39 +02:00
|
|
|
use App\Models\Episode as EpisodeModel;
|
2024-10-11 08:02:45 +02:00
|
|
|
use App\Subtitles as AppSubtitles;
|
|
|
|
use Illuminate\Support\Facades\Route;
|
2024-10-11 11:20:39 +02:00
|
|
|
use App\Srgssr\Episode;
|
2024-10-11 08:02:45 +02:00
|
|
|
use App\Srgssr\Video;
|
|
|
|
use App\Srgssr\Subtitles;
|
|
|
|
use App\Srgssr\Auth;
|
|
|
|
|
|
|
|
Route::get('/', function () {
|
|
|
|
|
|
|
|
|
|
|
|
});
|