<?php

declare(strict_types=1);

header('Location: /public', true, 302);
exit;
