index
:
crunched.git
master
(soontm) Remote Administration Tool for managing virtual machines on remote hosts.
memdmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
routes
/
+server.ts
blob: c1ee9f0d38fe720ba037473efa5d027a9856a265 (
plain
) (
blame
)
1
2
3
import
{
redirect
}
from
'
@sveltejs/kit
'
;
export
const
GET
=
(
)
=>
redirect
(
308
,
'
/home
'
)
;