Skip to content

Commit

Permalink
Remove upload server
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Sep 11, 2023
1 parent cc70210 commit b2d6aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function startPublicApp() {
const app = await NestFactory.create(AppModule, {
logger: new LoggerService(),
});
app.use(graphqlUploadExpress());
// app.use(graphqlUploadExpress());

const httpAdapterHostService = app.get<HttpAdapterHost>(HttpAdapterHost);

Expand Down

0 comments on commit b2d6aba

Please sign in to comment.