Closed bgantick closed 6 years ago
Problem: if a user wants to redirect an old file url to a new url they can't because self.apos.pages doesn't get called for attachments, etc.
self.apos.pages
Solution: use express middleware instead of apos.pages.serve
apos.pages.serve
Looks great as long as it's tested. Thanks for doing it.
Problem: if a user wants to redirect an old file url to a new url they can't because
self.apos.pages
doesn't get called for attachments, etc.Solution: use express middleware instead of
apos.pages.serve