uwuzu/api/v1/index.php

5 lines
67 B (Stored with Git LFS)
PHP

<?php
$url = "instance";
header("Location:".$url."");
exit;
?>