parent
249bccdc7d
commit
25df58ba82
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue