mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
added base graph logic for cycle detection
This commit is contained in:
@@ -23,7 +23,7 @@ router.post(
|
||||
createLinkValidator,
|
||||
validate,
|
||||
createLink
|
||||
)
|
||||
);
|
||||
|
||||
router.delete(
|
||||
"/link",
|
||||
@@ -31,5 +31,6 @@ router.delete(
|
||||
removeLinkValidator,
|
||||
validate,
|
||||
removeLink
|
||||
)
|
||||
);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user