mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
fix(server): set reqeust-id on ClsModule setup (#9829)
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
||||
import { SocketIoAdapter } from './base/websocket';
|
||||
import { AuthGuard } from './core/auth';
|
||||
import { ENABLED_FEATURES } from './core/config/server-feature';
|
||||
import { responseRequestIdHeader } from './middleware/request-id';
|
||||
import { serverTimingAndCache } from './middleware/timing';
|
||||
|
||||
export async function createApp() {
|
||||
@@ -32,7 +31,6 @@ export async function createApp() {
|
||||
}
|
||||
|
||||
app.use(serverTimingAndCache);
|
||||
app.use(responseRequestIdHeader);
|
||||
|
||||
app.use(
|
||||
graphqlUploadExpress({
|
||||
|
||||
Reference in New Issue
Block a user