download
raw
497 Bytes
<?php
namespace App\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;
final class MainController extends AbstractController
{
#[Route('/', name: 'app_home')]
#[Route('/main', name: 'app_main')]
public function index(): Response
{
return $this->render('main/index.html.twig', [
'controller_name' => 'MainController',
]);
}
}

Xet Storage Details

Size:
497 Bytes
·
Xet hash:
478f28c5a1cbdd1adb5e0f7d1dcedcf7c9e95fe462df8249b0b1b572923aef12

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.