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:
parent
fdb41143c7
commit
bff2fd5f3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue