mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
added the link pruning functionality
lot to correct and improve tho
This commit is contained in:
@@ -26,5 +26,6 @@ const createLinkValidator = async (req, res, next) => {
|
||||
module.exports = {
|
||||
createLinkValidator,
|
||||
removeLinkValidator: createLinkValidator,
|
||||
populateMissingInLinkValidator: createLinkValidator
|
||||
populateMissingInLinkValidator: createLinkValidator,
|
||||
pruneExcessInLinkValidator: createLinkValidator,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user