Skip to content

Commit adf426d

Browse files
committed
-
1 parent a35fdfa commit adf426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const buildApp = async (): Promise<Express> => {
124124
res.send('OK');
125125
});
126126

127-
app.use(buildAuxiaProxyRouter(await getAuxiaRouterConfig()));
127+
// app.use(buildAuxiaProxyRouter(await getAuxiaRouterConfig()));
128128

129129
return Promise.resolve(app);
130130
};

0 commit comments

Comments
 (0)