mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
web/_headers: remove redundant async
This commit is contained in:
parent
e0132ab928
commit
1460ee0d53
|
@ -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