We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc12d09 commit f47516aCopy full SHA for f47516a
src/security.ts
@@ -12,6 +12,6 @@ export function httpsOnly() {
12
}
13
14
url.protocol = "https:";
15
- c.redirect(url.toString());
+ return c.redirect(url.toString());
16
});
17
0 commit comments