Migrate legacy res.sendfile(file) to res.sendFile(file)
Migrates usage of the legacy APIs res.sendfile(file) to res.sendFile(file).
Example
Migrating res.sendfile(file)
The migration involves replacing instances of res.sendfile(file) with res.sendFile(file).
diff