fix: fix incorrect redirect

issue #23
This commit is contained in:
C4illin
2024-06-10 23:06:26 +02:00
parent 249bccdc7d
commit 25df58ba82

View File

@@ -677,7 +677,7 @@ const app = new Elysia()
});
// Redirect the client immediately
return redirect(`/results/, 302${jobId.value}`);
return redirect(`/results/${jobId.value}`, 302);
},
{
body: t.Object({