Skip to content

Commit 3a67003

Browse files
committed
Fix mistake in comment
1 parent 649069d commit 3a67003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/config/config.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const makeConfig = (env: EnvironmentService) =>
248248
return {
249249
origin,
250250
credentials: true,
251-
// Add POST (+ defaults) to allow local file uploads
251+
// Add PUT (+ defaults) to allow local file uploads
252252
methods: ['GET', 'HEAD', 'POST', 'PUT'],
253253
} satisfies CorsOptions;
254254
})();

0 commit comments

Comments
 (0)