Skip to content

Commit bdf0225

Browse files
committed
refactor(app.config): remove redundant comment about UploadHttpLink usage
1 parent 7606c9b commit bdf0225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/app.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const appConfig: ApplicationConfig = {
5151
return { headers };
5252
});
5353

54-
// Use UploadHttpLink to support GraphQL multipart requests for file uploads
5554
const uploadLink = new UploadHttpLink({ uri: environment.graphqlUri });
5655

5756
return {

0 commit comments

Comments
 (0)