fix redirect
This commit is contained in:
parent
71c9e06ac9
commit
c48ca01a83
6
src/routes/market-mover/afterhours/+page.ts
Normal file
6
src/routes/market-mover/afterhours/+page.ts
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// +page.ts
|
||||||
|
import { redirect } from '@sveltejs/kit';
|
||||||
|
|
||||||
|
export function load() {
|
||||||
|
throw redirect(302, '/market-mover/afterhours/gainers');
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user