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