mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 04:05:13 +00:00
web/_headers: remove redundant async
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export async function GET() {
|
export function GET() {
|
||||||
const _headers = {
|
const _headers = {
|
||||||
"/*": {
|
"/*": {
|
||||||
"Cross-Origin-Opener-Policy": "same-origin",
|
"Cross-Origin-Opener-Policy": "same-origin",
|
||||||
|
|||||||
Reference in New Issue
Block a user