mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/_headers: remove redundant async
This commit is contained in:
parent
e0132ab928
commit
1460ee0d53
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export async function GET() {
|
||||
export function GET() {
|
||||
const _headers = {
|
||||
"/*": {
|
||||
"Cross-Origin-Opener-Policy": "same-origin",
|
||||
|
|
Loading…
Reference in a new issue