apps/api: proxy only GET
This commit is contained in:
parent
d61532dcea
commit
6cb0be97b1
@ -35,6 +35,7 @@ async function bootstrap() {
|
||||
|
||||
await app.register(proxy, {
|
||||
http2: false,
|
||||
httpMethods: ['GET'],
|
||||
upstream: `http://${env.WEB_SERVER}`,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user