Merge pull request #2611 from omnivore-app/fix/web-feeds-redirect

Fix rss redirect
This commit is contained in:
Jackson Harper 2023-08-07 12:21:09 +08:00 committed by GitHub
commit 54b80d9379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ const moduleExports = {
permanent: true,
},
{
source: '/settings/rss/',
source: '/settings/rss',
destination: '/settings/feeds',
permanent: true,
},