0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Corrected comment describing redirect behavior

no issue

- The redirect is done from `/feed` to `/rss`
This commit is contained in:
Naz 2020-09-23 00:37:55 +12:00
parent fdb41143c7
commit bff2fd5f3b

View file

@ -28,7 +28,7 @@ class RSSRouter extends ParentRouter {
}
/**
* @description Simple controller function to redirect /rss to /feed
* @description Simple controller function to redirect /feed to /rss
* @param {Object} req
* @param {Object}res
* @private