generated from nhcarrigan/template
fix: make it global?
This commit is contained in:
@ -70,7 +70,7 @@ export const instantiateServer = (): void => {
|
|||||||
server.register(fastifyRawBody, {
|
server.register(fastifyRawBody, {
|
||||||
encoding: "utf8",
|
encoding: "utf8",
|
||||||
field: "rawBody",
|
field: "rawBody",
|
||||||
global: false,
|
global: true,
|
||||||
runFirst: true,
|
runFirst: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user