Rename route

This commit is contained in:
Joonas 2023-11-14 09:03:41 +02:00
parent 8351193d15
commit b4e0b8b4d2
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ export const profilePictureUploadHandler = unstable_composeUploadHandlers(
return contentType.includes("image");
},
}),
// parse everything else into memory
unstable_createMemoryUploadHandler()
);