Skip to content

Commit 088d974

Browse files
redirect handler changes
1 parent 2fe8b3c commit 088d974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export async function handleGetFile(request, env) {
6969
if(path === '/'){
7070
path = '/dav'
7171
return new Response(handleUiRouting(path), {
72+
status:301,
7273
headers: {
7374
"Content-Type": "text/html",
7475
"Cache-Control": "public, max-age=604800"

0 commit comments

Comments
 (0)