parent
249bccdc7d
commit
25df58ba82
|
|
@ -677,7 +677,7 @@ const app = new Elysia()
|
||||||
});
|
});
|
||||||
|
|
||||||
// Redirect the client immediately
|
// Redirect the client immediately
|
||||||
return redirect(`/results/, 302${jobId.value}`);
|
return redirect(`/results/${jobId.value}`, 302);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
body: t.Object({
|
body: t.Object({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue