Skip to content

Commit d76cd63

Browse files
committed
Move userCurrent to top
1 parent bea93c4 commit d76cd63

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Controller/API/APITempController.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1010
use Symfony\Component\HttpFoundation\JsonResponse;
1111
use Symfony\Component\HttpFoundation\Request;
12+
use Symfony\Component\HttpFoundation\RedirectResponse;
1213

1314
class APITempController extends AbstractController
1415
{
@@ -55,6 +56,7 @@ public function startTransmission(Request $request) {
5556
$em->flush();
5657
}
5758

58-
return new JsonResponse(['version' => $this->getParameter('api_version'), 'status' => 200, 'data' => []]);
59+
// Redirect to https://spinsha.re/speen-orbital-os/end.php
60+
return $this->redirect("https://spinsha.re/speen-orbital-os/end.php");
5961
}
6062
}

0 commit comments

Comments
 (0)