web/_headers: remove redundant async

This commit is contained in:
wukko
2024-09-23 15:23:23 +06:00
parent e0132ab928
commit 1460ee0d53

View File

@@ -1,4 +1,4 @@
export async function GET() {
export function GET() {
const _headers = {
"/*": {
"Cross-Origin-Opener-Policy": "same-origin",