We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483b047 commit 553c0faCopy full SHA for 553c0fa
1 file changed
packages/server/api/src/app/app.ts
@@ -140,10 +140,6 @@ export const setupApp = async (
140
}),
141
});
142
143
- app.addHook('onSend', async (_, reply) => {
144
- void reply.headers({ 'X-Version': system.get(SharedSystemProp.VERSION) });
145
- });
146
-
147
await app.register(rateLimitModule);
148
149
await app.register(cors, {
0 commit comments