Skip to content

Commit

Permalink
Gatsby Dev Proxy forwards 'complex' HTTP calls like DELETE now (gatsb…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegoetz committed May 18, 2020
1 parent f3269e9 commit 950ab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/commands/develop.ts
Expand Up @@ -310,7 +310,7 @@ async function startServer(program: IDevelopArgs): Promise<IServer> {
)
.pipe(res)
})
})
}, cors())
}

await apiRunnerNode(`onCreateDevServer`, { app })
Expand Down

0 comments on commit 950ab61

Please sign in to comment.